Html Css Color HEX #C02199 Medium Violet Red

📋 copy color: '#C02199'

red 192 ◦ green 33 ◦ blue 153

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

Shades of Medium Violet Red #C02199

Tints of Medium Violet Red #C02199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.48%

R = 50.79%
G = 8.73%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C02199 (or 0xC02199) is known color: Medium Violet Red. HEX triplet: C0, 21 and 99. RGB value is (192,33,153). Sum of RGB (Red+Green+Blue) = 192+33+153=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C02199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02199 is #3FDE66. Grayscale: #5D5D5D. Windows color (decimal): -4185703 or 10035648. OLE color: 10035648.

HSL color Cylindrical-coordinate representation of color #C02199: hue angle of 314.72º 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 #C02199 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 33 153 -
CMYK 0 0.83 0.20 0.25
HSL 314.72º 0.71% 0.44% -
HSV(B) 314.72º 0.83% 0.75% -
XYZ 28.03 14.59 31.48 -
YUV 94.22 161.18 197.74 -
System Red Green Blue C M Y K H S L
Decimal 192 33 153 0 0.83 0.20 0.25 314.72 0.71 0.44
Hex C0 21 99 0 53 14 19 13B 47 2C
Octal 300 41 231 0 123 24 31 473 107 54
Binary 11000000 100001 10011001 0 1010011 10100 11001 100111011 1000111 101100

Color Harmonies of #C02199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02199

Black with #C02199

Text Example


Text Example

White with #C02199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02199; }

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

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

background-color css

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

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

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

border-color css

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

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

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