Html Css Color HEX #CC11BB Deep Magenta

📋 copy color: '#CC11BB'

red 204 ◦ green 17 ◦ blue 187

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

Shades of Deep Magenta #CC11BB

Tints of Deep Magenta #CC11BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.83%

R = 50%
G = 4.17%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC11BB (or 0xCC11BB) is known color: Deep Magenta. HEX triplet: CC, 11 and BB. RGB value is (204,17,187). Sum of RGB (Red+Green+Blue) = 204+17+187=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 17 (7.03% from 255 or 4.17% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC11BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC11BB is #33EE44. Grayscale: #5B5B5B. Windows color (decimal): -3403333 or 12259788. OLE color: 12259788.

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

Color convert

RGB 204 17 187 -
CMYK 0 0.92 0.08 0.2
HSL 305.45º 0.85% 0.43% -
HSV(B) 305.45º 0.92% 0.8% -
XYZ 34.07 16.83 48.47 -
YUV 92.29 181.45 207.68 -
System Red Green Blue C M Y K H S L
Decimal 204 17 187 0 0.92 0.08 0.2 305.45 0.85 0.43
Hex CC 11 BB 0 5C 8 14 131 55 2B
Octal 314 21 273 0 134 10 24 461 125 53
Binary 11001100 10001 10111011 0 1011100 1000 10100 100110001 1010101 101011

Color Harmonies of #CC11BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC11BB

Black with #CC11BB

Text Example


Text Example

White with #CC11BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC11BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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