Html Css Color HEX #C02191 Medium Violet Red

📋 copy color: '#C02191'

red 192 ◦ green 33 ◦ blue 145

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

Shades of Medium Violet Red #C02191

Tints of Medium Violet Red #C02191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.92%

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

R = 51.89%
G = 8.92%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C02191 (or 0xC02191) is known color: Medium Violet Red. HEX triplet: C0, 21 and 91. RGB value is (192,33,145). Sum of RGB (Red+Green+Blue) = 192+33+145=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C02191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02191 is #3FDE6E. Grayscale: #5D5D5D. Windows color (decimal): -4185711 or 9511360. OLE color: 9511360.

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

Color convert

RGB 192 33 145 -
CMYK 0 0.83 0.24 0.25
HSL 317.74º 0.71% 0.44% -
HSV(B) 317.74º 0.83% 0.75% -
XYZ 27.39 14.34 28.11 -
YUV 93.31 157.18 198.39 -
System Red Green Blue C M Y K H S L
Decimal 192 33 145 0 0.83 0.24 0.25 317.74 0.71 0.44
Hex C0 21 91 0 53 18 19 13E 47 2C
Octal 300 41 221 0 123 30 31 476 107 54
Binary 11000000 100001 10010001 0 1010011 11000 11001 100111110 1000111 101100

Color Harmonies of #C02191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02191

Black with #C02191

Text Example


Text Example

White with #C02191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02191; }

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

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

background-color css

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

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

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

border-color css

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

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

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