Html Css Color HEX #CC0BBB Deep Magenta

📋 copy color: '#CC0BBB'

red 204 ◦ green 11 ◦ blue 187

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

Shades of Deep Magenta #CC0BBB

Tints of Deep Magenta #CC0BBB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.74%

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

R = 50.75%
G = 2.74%
B = 46.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC0BBB (or 0xCC0BBB) is known color: Deep Magenta. HEX triplet: CC, 0B and BB. RGB value is (204,11,187). Sum of RGB (Red+Green+Blue) = 204+11+187=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 11 (4.69% from 255 or 2.74% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0BBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0BBB is #33F444. Grayscale: #585858. Windows color (decimal): -3404869 or 12258252. OLE color: 12258252.

HSL color Cylindrical-coordinate representation of color #CC0BBB: hue angle of 305.28º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0BBB is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 11 187 -
CMYK 0 0.95 0.08 0.2
HSL 305.29º 0.9% 0.42% -
HSV(B) 305.29º 0.95% 0.8% -
XYZ 33.99 16.66 48.44 -
YUV 88.77 183.44 210.19 -
System Red Green Blue C M Y K H S L
Decimal 204 11 187 0 0.95 0.08 0.2 305.29 0.9 0.42
Hex CC B BB 0 5F 8 14 131 5A 2A
Octal 314 13 273 0 137 10 24 461 132 52
Binary 11001100 1011 10111011 0 1011111 1000 10100 100110001 1011010 101010

Color Harmonies of #CC0BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0BBB

Black with #CC0BBB

Text Example


Text Example

White with #CC0BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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