Html Css Color HEX #C02289 Medium Violet Red

📋 copy color: '#C02289'

red 192 ◦ green 34 ◦ blue 137

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

Shades of Medium Violet Red #C02289

Tints of Medium Violet Red #C02289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.74%

R = 52.89%
G = 9.37%
B = 37.74%

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

#C02289 (or 0xC02289) is known color: Medium Violet Red. HEX triplet: C0, 22 and 89. RGB value is (192,34,137). Sum of RGB (Red+Green+Blue) = 192+34+137=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C02289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02289 is #3FDD76. Grayscale: #5C5C5C. Windows color (decimal): -4185463 or 8987328. OLE color: 8987328.

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

Color convert

RGB 192 34 137 -
CMYK 0 0.82 0.29 0.25
HSL 320.89º 0.7% 0.44% -
HSV(B) 320.89º 0.82% 0.75% -
XYZ 26.83 14.16 24.99 -
YUV 92.98 152.85 198.62 -
System Red Green Blue C M Y K H S L
Decimal 192 34 137 0 0.82 0.29 0.25 320.89 0.7 0.44
Hex C0 22 89 0 52 1D 19 141 46 2C
Octal 300 42 211 0 122 35 31 501 106 54
Binary 11000000 100010 10001001 0 1010010 11101 11001 101000001 1000110 101100

Color Harmonies of #C02289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02289

Black with #C02289

Text Example


Text Example

White with #C02289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02289; }

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

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

background-color css

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

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

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

border-color css

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

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

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