Html Css Color HEX #CC1099 Medium Violet Red

📋 copy color: '#CC1099'

red 204 ◦ green 16 ◦ blue 153

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

Shades of Medium Violet Red #CC1099

Tints of Medium Violet Red #CC1099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.29%

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

R = 54.69%
G = 4.29%
B = 41.02%

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

#CC1099 (or 0xCC1099) is known color: Medium Violet Red. HEX triplet: CC, 10 and 99. RGB value is (204,16,153). Sum of RGB (Red+Green+Blue) = 204+16+153=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 16 (6.64% from 255 or 4.29% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1099 is #33EF66. Grayscale: #575757. Windows color (decimal): -3403623 or 10031308. OLE color: 10031308.

HSL color Cylindrical-coordinate representation of color #CC1099: hue angle of 316.28º 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 #CC1099 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 16 153 -
CMYK 0 0.92 0.25 0.2
HSL 316.28º 0.85% 0.43% -
HSV(B) 316.28º 0.92% 0.8% -
XYZ 30.84 15.51 31.51 -
YUV 87.83 164.78 210.86 -
System Red Green Blue C M Y K H S L
Decimal 204 16 153 0 0.92 0.25 0.2 316.28 0.85 0.43
Hex CC 10 99 0 5C 19 14 13C 55 2B
Octal 314 20 231 0 134 31 24 474 125 53
Binary 11001100 10000 10011001 0 1011100 11001 10100 100111100 1010101 101011

Color Harmonies of #CC1099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1099

Black with #CC1099

Text Example


Text Example

White with #CC1099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1099; }

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

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

background-color css

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

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

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

border-color css

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

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

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