Html Css Color HEX #C02499 Medium Violet Red

📋 copy color: '#C02499'

red 192 ◦ green 36 ◦ blue 153

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

Shades of Medium Violet Red #C02499

Tints of Medium Violet Red #C02499

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.45%

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

R = 50.39%
G = 9.45%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C02499 (or 0xC02499) is known color: Medium Violet Red. HEX triplet: C0, 24 and 99. RGB value is (192,36,153). Sum of RGB (Red+Green+Blue) = 192+36+153=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C02499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02499 is #3FDB66. Grayscale: #5F5F5F. Windows color (decimal): -4184935 or 10036416. OLE color: 10036416.

HSL color Cylindrical-coordinate representation of color #C02499: hue angle of 315º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02499 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 36 153 -
CMYK 0 0.81 0.20 0.25
HSL 315º 0.68% 0.45% -
HSV(B) 315º 0.81% 0.75% -
XYZ 28.12 14.77 31.51 -
YUV 95.98 160.18 196.49 -
System Red Green Blue C M Y K H S L
Decimal 192 36 153 0 0.81 0.20 0.25 315 0.68 0.45
Hex C0 24 99 0 51 14 19 13B 44 2D
Octal 300 44 231 0 121 24 31 473 104 55
Binary 11000000 100100 10011001 0 1010001 10100 11001 100111011 1000100 101101

Color Harmonies of #C02499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02499

Black with #C02499

Text Example


Text Example

White with #C02499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02499; }

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

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

background-color css

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

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

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

border-color css

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

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

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