Html Css Color HEX #CC1199 Medium Violet Red

📋 copy color: '#CC1199'

red 204 ◦ green 17 ◦ blue 153

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

Shades of Medium Violet Red #CC1199

Tints of Medium Violet Red #CC1199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.55%

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

R = 54.55%
G = 4.55%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC1199 (or 0xCC1199) is known color: Medium Violet Red. HEX triplet: CC, 11 and 99. RGB value is (204,17,153). Sum of RGB (Red+Green+Blue) = 204+17+153=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1199 is #33EE66. Grayscale: #585858. Windows color (decimal): -3403367 or 10031564. OLE color: 10031564.

HSL color Cylindrical-coordinate representation of color #CC1199: hue angle of 316.36º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1199 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 17 153 -
CMYK 0 0.92 0.25 0.2
HSL 316.36º 0.85% 0.43% -
HSV(B) 316.36º 0.92% 0.8% -
XYZ 30.85 15.54 31.51 -
YUV 88.42 164.45 210.44 -
System Red Green Blue C M Y K H S L
Decimal 204 17 153 0 0.92 0.25 0.2 316.36 0.85 0.43
Hex CC 11 99 0 5C 19 14 13C 55 2B
Octal 314 21 231 0 134 31 24 474 125 53
Binary 11001100 10001 10011001 0 1011100 11001 10100 100111100 1010101 101011

Color Harmonies of #CC1199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1199

Black with #CC1199

Text Example


Text Example

White with #CC1199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1199; }

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

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

background-color css

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

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

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

border-color css

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

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

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