Html Css Color HEX #C00599 Medium Violet Red

📋 copy color: '#C00599'

red 192 ◦ green 5 ◦ blue 153

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

Shades of Medium Violet Red #C00599

Tints of Medium Violet Red #C00599

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.43%

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

R = 54.86%
G = 1.43%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C00599 (or 0xC00599) is known color: Medium Violet Red. HEX triplet: C0, 05 and 99. RGB value is (192,5,153). Sum of RGB (Red+Green+Blue) = 192+5+153=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C00599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00599 is #3FFA66. Grayscale: #4D4D4D. Windows color (decimal): -4192871 or 10028480. OLE color: 10028480.

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

Color convert

RGB 192 5 153 -
CMYK 0 0.97 0.20 0.25
HSL 312.51º 0.95% 0.39% -
HSV(B) 312.51º 0.97% 0.75% -
XYZ 27.54 13.61 31.31 -
YUV 77.79 170.45 209.47 -
System Red Green Blue C M Y K H S L
Decimal 192 5 153 0 0.97 0.20 0.25 312.51 0.95 0.39
Hex C0 5 99 0 61 14 19 139 5F 27
Octal 300 5 231 0 141 24 31 471 137 47
Binary 11000000 101 10011001 0 1100001 10100 11001 100111001 1011111 100111

Color Harmonies of #C00599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00599

Black with #C00599

Text Example


Text Example

White with #C00599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00599; }

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

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

background-color css

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

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

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

border-color css

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

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

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