Html Css Color HEX #CC1699 Medium Violet Red

📋 copy color: '#CC1699'

red 204 ◦ green 22 ◦ blue 153

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

Shades of Medium Violet Red #CC1699

Tints of Medium Violet Red #CC1699

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.8%

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

R = 53.83%
G = 5.8%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC1699 (or 0xCC1699) is known color: Medium Violet Red. HEX triplet: CC, 16 and 99. RGB value is (204,22,153). Sum of RGB (Red+Green+Blue) = 204+22+153=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1699 is #33E966. Grayscale: #5B5B5B. Windows color (decimal): -3402087 or 10032844. OLE color: 10032844.

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

Color convert

RGB 204 22 153 -
CMYK 0 0.89 0.25 0.2
HSL 316.81º 0.81% 0.44% -
HSV(B) 316.81º 0.89% 0.8% -
XYZ 30.94 15.71 31.54 -
YUV 91.35 162.8 208.35 -
System Red Green Blue C M Y K H S L
Decimal 204 22 153 0 0.89 0.25 0.2 316.81 0.81 0.44
Hex CC 16 99 0 59 19 14 13D 51 2C
Octal 314 26 231 0 131 31 24 475 121 54
Binary 11001100 10110 10011001 0 1011001 11001 10100 100111101 1010001 101100

Color Harmonies of #CC1699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1699

Black with #CC1699

Text Example


Text Example

White with #CC1699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1699; }

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

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

background-color css

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

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

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

border-color css

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

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

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