Html Css Color HEX #C02288 Medium Violet Red

📋 copy color: '#C02288'

red 192 ◦ green 34 ◦ blue 136

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

Shades of Medium Violet Red #C02288

Tints of Medium Violet Red #C02288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.57%

R = 53.04%
G = 9.39%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C02288 (or 0xC02288) is known color: Medium Violet Red. HEX triplet: C0, 22 and 88. RGB value is (192,34,136). Sum of RGB (Red+Green+Blue) = 192+34+136=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C02288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02288 is #3FDD77. Grayscale: #5C5C5C. Windows color (decimal): -4185464 or 8921792. OLE color: 8921792.

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

Color convert

RGB 192 34 136 -
CMYK 0 0.82 0.29 0.25
HSL 321.27º 0.7% 0.44% -
HSV(B) 321.27º 0.82% 0.75% -
XYZ 26.75 14.13 24.61 -
YUV 92.87 152.35 198.71 -
System Red Green Blue C M Y K H S L
Decimal 192 34 136 0 0.82 0.29 0.25 321.27 0.7 0.44
Hex C0 22 88 0 52 1D 19 141 46 2C
Octal 300 42 210 0 122 35 31 501 106 54
Binary 11000000 100010 10001000 0 1010010 11101 11001 101000001 1000110 101100

Color Harmonies of #C02288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02288

Black with #C02288

Text Example


Text Example

White with #C02288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02288; }

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

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

background-color css

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

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

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

border-color css

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

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

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