Html Css Color HEX #C02391 Medium Violet Red

📋 copy color: '#C02391'

red 192 ◦ green 35 ◦ blue 145

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

Shades of Medium Violet Red #C02391

Tints of Medium Violet Red #C02391

RGB

 RED value IS 192 (75.39% from 255) = 51.61%

 GREEN value IS 35 (14.06% from 255) = 9.41%

 BLUE value IS 145 (57.03% from 255) = 38.98%

R = 51.61%
G = 9.41%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C02391 (or 0xC02391) is known color: Medium Violet Red. HEX triplet: C0, 23 and 91. RGB value is (192,35,145). Sum of RGB (Red+Green+Blue) = 192+35+145=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 35 (14.06% from 255 or 9.41% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C02391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02391 is #3FDC6E. Grayscale: #5E5E5E. Windows color (decimal): -4185199 or 9511872. OLE color: 9511872.

HSL color Cylindrical-coordinate representation of color #C02391: hue angle of 317.96º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02391 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 35 145 -
CMYK 0 0.82 0.24 0.25
HSL 317.96º 0.69% 0.45% -
HSV(B) 317.96º 0.82% 0.75% -
XYZ 27.45 14.45 28.13 -
YUV 94.48 156.51 197.56 -
System Red Green Blue C M Y K H S L
Decimal 192 35 145 0 0.82 0.24 0.25 317.96 0.69 0.45
Hex C0 23 91 0 52 18 19 13E 45 2D
Octal 300 43 221 0 122 30 31 476 105 55
Binary 11000000 100011 10010001 0 1010010 11000 11001 100111110 1000101 101101

Color Harmonies of #C02391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02391

Black with #C02391

Text Example


Text Example

White with #C02391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02391; }

 p { color: rgb(192,35,145); }

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

background-color css

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

 a { background-color: rgb(192,35,145); }

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

border-color css

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

 span { border-color: rgb(192,35,145); }

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