Html Css Color HEX #C02090 Medium Violet Red

📋 copy color: '#C02090'

red 192 ◦ green 32 ◦ blue 144

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

Shades of Medium Violet Red #C02090

Tints of Medium Violet Red #C02090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.13%

R = 52.17%
G = 8.7%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C02090 (or 0xC02090) is known color: Medium Violet Red. HEX triplet: C0, 20 and 90. RGB value is (192,32,144). Sum of RGB (Red+Green+Blue) = 192+32+144=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C02090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02090 is #3FDF6F. Grayscale: #5C5C5C. Windows color (decimal): -4185968 or 9445568. OLE color: 9445568.

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

Color convert

RGB 192 32 144 -
CMYK 0 0.83 0.25 0.25
HSL 318º 0.71% 0.44% -
HSV(B) 318º 0.83% 0.75% -
XYZ 27.29 14.25 27.7 -
YUV 92.61 157.01 198.89 -
System Red Green Blue C M Y K H S L
Decimal 192 32 144 0 0.83 0.25 0.25 318 0.71 0.44
Hex C0 20 90 0 53 19 19 13E 47 2C
Octal 300 40 220 0 123 31 31 476 107 54
Binary 11000000 100000 10010000 0 1010011 11001 11001 100111110 1000111 101100

Color Harmonies of #C02090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02090

Black with #C02090

Text Example


Text Example

White with #C02090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02090; }

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

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

background-color css

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

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

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

border-color css

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

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

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