Html Css Color HEX #C22893 Medium Red Violet

📋 copy color: '#C22893'

red 194 ◦ green 40 ◦ blue 147

#C22893
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #C22893

Tints of Medium Red Violet #C22893

RGB

 RED value IS 194 (76.17% from 255) = 50.92%

 GREEN value IS 40 (16.02% from 255) = 10.5%

 BLUE value IS 147 (57.81% from 255) = 38.58%

R = 50.92%
G = 10.5%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C22893 (or 0xC22893) is known color: Medium Red Violet. HEX triplet: C2, 28 and 93. RGB value is (194,40,147). Sum of RGB (Red+Green+Blue) = 194+40+147=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C22893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22893 is #3DD76C. Grayscale: #616161. Windows color (decimal): -4052845 or 9644226. OLE color: 9644226.

HSL color Cylindrical-coordinate representation of color #C22893: hue angle of 318.31º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22893 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 40 147 -
CMYK 0 0.79 0.24 0.24
HSL 318.31º 0.66% 0.46% -
HSV(B) 318.31º 0.79% 0.76% -
XYZ 28.27 15.09 29.03 -
YUV 98.24 155.52 196.3 -
System Red Green Blue C M Y K H S L
Decimal 194 40 147 0 0.79 0.24 0.24 318.31 0.66 0.46
Hex C2 28 93 0 4F 18 18 13E 42 2E
Octal 302 50 223 0 117 30 30 476 102 56
Binary 11000010 101000 10010011 0 1001111 11000 11000 100111110 1000010 101110

Color Harmonies of #C22893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22893

Black with #C22893

Text Example


Text Example

White with #C22893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22893; }

 p { color: rgb(194,40,147); }

 H1.HeaderClassName
 {
   color: #C22893;
 }
 .AnyTagClassName
 {
   color: #C22893;
 }
</style>

background-color css

<style>
 a { background-color: #C22893; }

 a { background-color: rgb(194,40,147); }

 div.DivClassName
 {
   background-color: #C22893;
 }
 .BgClassName
 {
   background-color: #C22893;
 }
</style>

border-color css

<style>
 span { border-color: #C22893; }

 span { border-color: rgb(194,40,147); }

 td.TdClassName
 {
   border-color: #C22893;
 }
 .TagClassName
 {
   border-color: #C22893;
 }
</style>