Html Css Color HEX #CC1599 Medium Violet Red

📋 copy color: '#CC1599'

red 204 ◦ green 21 ◦ blue 153

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

Shades of Medium Violet Red #CC1599

Tints of Medium Violet Red #CC1599

RGB

 RED value IS 204 (80.08% from 255) = 53.97%

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

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

R = 53.97%
G = 5.56%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC1599 (or 0xCC1599) is known color: Medium Violet Red. HEX triplet: CC, 15 and 99. RGB value is (204,21,153). Sum of RGB (Red+Green+Blue) = 204+21+153=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1599 is #33EA66. Grayscale: #5A5A5A. Windows color (decimal): -3402343 or 10032588. OLE color: 10032588.

HSL color Cylindrical-coordinate representation of color #CC1599: hue angle of 316.72º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1599 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 21 153 -
CMYK 0 0.90 0.25 0.2
HSL 316.72º 0.81% 0.44% -
HSV(B) 316.72º 0.9% 0.8% -
XYZ 30.92 15.67 31.53 -
YUV 90.77 163.13 208.77 -
System Red Green Blue C M Y K H S L
Decimal 204 21 153 0 0.90 0.25 0.2 316.72 0.81 0.44
Hex CC 15 99 0 5A 19 14 13D 51 2C
Octal 314 25 231 0 132 31 24 475 121 54
Binary 11001100 10101 10011001 0 1011010 11001 10100 100111101 1010001 101100

Color Harmonies of #CC1599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1599

Black with #CC1599

Text Example


Text Example

White with #CC1599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1599; }

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

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

background-color css

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

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

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

border-color css

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

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

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