Html Css Color HEX #CC0BBF Deep Magenta

📋 copy color: '#CC0BBF'

red 204 ◦ green 11 ◦ blue 191

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

Shades of Deep Magenta #CC0BBF

Tints of Deep Magenta #CC0BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.04%

R = 50.25%
G = 2.71%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC0BBF (or 0xCC0BBF) is known color: Deep Magenta. HEX triplet: CC, 0B and BF. RGB value is (204,11,191). Sum of RGB (Red+Green+Blue) = 204+11+191=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0BBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0BBF is #33F440. Grayscale: #585858. Windows color (decimal): -3404865 or 12520396. OLE color: 12520396.

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

Color convert

RGB 204 11 191 -
CMYK 0 0.95 0.06 0.2
HSL 304.04º 0.9% 0.42% -
HSV(B) 304.04º 0.95% 0.8% -
XYZ 34.43 16.84 50.73 -
YUV 89.23 185.44 209.86 -
System Red Green Blue C M Y K H S L
Decimal 204 11 191 0 0.95 0.06 0.2 304.04 0.9 0.42
Hex CC B BF 0 5F 6 14 130 5A 2A
Octal 314 13 277 0 137 6 24 460 132 52
Binary 11001100 1011 10111111 0 1011111 110 10100 100110000 1011010 101010

Color Harmonies of #CC0BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0BBF

Black with #CC0BBF

Text Example


Text Example

White with #CC0BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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