Html Css Color HEX #C02290 Medium Violet Red

📋 copy color: '#C02290'

red 192 ◦ green 34 ◦ blue 144

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

Shades of Medium Violet Red #C02290

Tints of Medium Violet Red #C02290

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.19%

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

R = 51.89%
G = 9.19%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C02290 (or 0xC02290) is known color: Medium Violet Red. HEX triplet: C0, 22 and 90. RGB value is (192,34,144). Sum of RGB (Red+Green+Blue) = 192+34+144=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C02290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02290 is #3FDD6F. Grayscale: #5D5D5D. Windows color (decimal): -4185456 or 9446080. OLE color: 9446080.

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

Color convert

RGB 192 34 144 -
CMYK 0 0.82 0.25 0.25
HSL 318.23º 0.7% 0.44% -
HSV(B) 318.23º 0.82% 0.75% -
XYZ 27.34 14.36 27.72 -
YUV 93.78 156.35 198.06 -
System Red Green Blue C M Y K H S L
Decimal 192 34 144 0 0.82 0.25 0.25 318.23 0.7 0.44
Hex C0 22 90 0 52 19 19 13E 46 2C
Octal 300 42 220 0 122 31 31 476 106 54
Binary 11000000 100010 10010000 0 1010010 11001 11001 100111110 1000110 101100

Color Harmonies of #C02290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02290

Black with #C02290

Text Example


Text Example

White with #C02290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02290; }

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

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

background-color css

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

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

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

border-color css

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

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

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