Html Css Color HEX #C02299 Medium Violet Red

📋 copy color: '#C02299'

red 192 ◦ green 34 ◦ blue 153

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

Shades of Medium Violet Red #C02299

Tints of Medium Violet Red #C02299

RGB

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

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

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

R = 50.66%
G = 8.97%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C02299 (or 0xC02299) is known color: Medium Violet Red. HEX triplet: C0, 22 and 99. RGB value is (192,34,153). Sum of RGB (Red+Green+Blue) = 192+34+153=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C02299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02299 is #3FDD66. Grayscale: #5E5E5E. Windows color (decimal): -4185447 or 10035904. OLE color: 10035904.

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

Color convert

RGB 192 34 153 -
CMYK 0 0.82 0.20 0.25
HSL 314.81º 0.7% 0.44% -
HSV(B) 314.81º 0.82% 0.75% -
XYZ 28.06 14.65 31.49 -
YUV 94.81 160.85 197.32 -
System Red Green Blue C M Y K H S L
Decimal 192 34 153 0 0.82 0.20 0.25 314.81 0.7 0.44
Hex C0 22 99 0 52 14 19 13B 46 2C
Octal 300 42 231 0 122 24 31 473 106 54
Binary 11000000 100010 10011001 0 1010010 10100 11001 100111011 1000110 101100

Color Harmonies of #C02299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02299

Black with #C02299

Text Example


Text Example

White with #C02299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02299; }

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

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

background-color css

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

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

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

border-color css

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

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

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