Html Css Color HEX #CC11BD Deep Magenta

📋 copy color: '#CC11BD'

red 204 ◦ green 17 ◦ blue 189

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

Shades of Deep Magenta #CC11BD

Tints of Deep Magenta #CC11BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.1%

R = 49.76%
G = 4.15%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC11BD (or 0xCC11BD) is known color: Deep Magenta. HEX triplet: CC, 11 and BD. RGB value is (204,17,189). Sum of RGB (Red+Green+Blue) = 204+17+189=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC11BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC11BD is #33EE42. Grayscale: #5C5C5C. Windows color (decimal): -3403331 or 12390860. OLE color: 12390860.

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

Color convert

RGB 204 17 189 -
CMYK 0 0.92 0.07 0.2
HSL 304.81º 0.85% 0.43% -
HSV(B) 304.81º 0.92% 0.8% -
XYZ 34.29 16.91 49.6 -
YUV 92.52 182.45 207.51 -
System Red Green Blue C M Y K H S L
Decimal 204 17 189 0 0.92 0.07 0.2 304.81 0.85 0.43
Hex CC 11 BD 0 5C 7 14 131 55 2B
Octal 314 21 275 0 134 7 24 461 125 53
Binary 11001100 10001 10111101 0 1011100 111 10100 100110001 1010101 101011

Color Harmonies of #CC11BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC11BD

Black with #CC11BD

Text Example


Text Example

White with #CC11BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC11BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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