Html Css Color HEX #C02099 Medium Violet Red

📋 copy color: '#C02099'

red 192 ◦ green 32 ◦ blue 153

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

Shades of Medium Violet Red #C02099

Tints of Medium Violet Red #C02099

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.49%

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

R = 50.93%
G = 8.49%
B = 40.58%

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

#C02099 (or 0xC02099) is known color: Medium Violet Red. HEX triplet: C0, 20 and 99. RGB value is (192,32,153). Sum of RGB (Red+Green+Blue) = 192+32+153=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C02099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02099 is #3FDF66. Grayscale: #5D5D5D. Windows color (decimal): -4185959 or 10035392. OLE color: 10035392.

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

Color convert

RGB 192 32 153 -
CMYK 0 0.83 0.20 0.25
HSL 314.63º 0.71% 0.44% -
HSV(B) 314.63º 0.83% 0.75% -
XYZ 28 14.54 31.47 -
YUV 93.63 161.51 198.16 -
System Red Green Blue C M Y K H S L
Decimal 192 32 153 0 0.83 0.20 0.25 314.63 0.71 0.44
Hex C0 20 99 0 53 14 19 13B 47 2C
Octal 300 40 231 0 123 24 31 473 107 54
Binary 11000000 100000 10011001 0 1010011 10100 11001 100111011 1000111 101100

Color Harmonies of #C02099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02099

Black with #C02099

Text Example


Text Example

White with #C02099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02099; }

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

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

background-color css

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

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

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

border-color css

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

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

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