Html Css Color HEX #C01599 Medium Violet Red

📋 copy color: '#C01599'

red 192 ◦ green 21 ◦ blue 153

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

Shades of Medium Violet Red #C01599

Tints of Medium Violet Red #C01599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.74%

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

R = 52.46%
G = 5.74%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C01599 (or 0xC01599) is known color: Medium Violet Red. HEX triplet: C0, 15 and 99. RGB value is (192,21,153). Sum of RGB (Red+Green+Blue) = 192+21+153=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C01599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01599 is #3FEA66. Grayscale: #565656. Windows color (decimal): -4188775 or 10032576. OLE color: 10032576.

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

Color convert

RGB 192 21 153 -
CMYK 0 0.89 0.20 0.25
HSL 313.68º 0.8% 0.42% -
HSV(B) 313.68º 0.89% 0.75% -
XYZ 27.76 14.04 31.38 -
YUV 87.18 165.15 202.77 -
System Red Green Blue C M Y K H S L
Decimal 192 21 153 0 0.89 0.20 0.25 313.68 0.8 0.42
Hex C0 15 99 0 59 14 19 13A 50 2A
Octal 300 25 231 0 131 24 31 472 120 52
Binary 11000000 10101 10011001 0 1011001 10100 11001 100111010 1010000 101010

Color Harmonies of #C01599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01599

Black with #C01599

Text Example


Text Example

White with #C01599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01599; }

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

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

background-color css

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

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

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

border-color css

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

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

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