Html Css Color HEX #CC08BB Deep Magenta

📋 copy color: '#CC08BB'

red 204 ◦ green 8 ◦ blue 187

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

Shades of Deep Magenta #CC08BB

Tints of Deep Magenta #CC08BB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.01%

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

R = 51.13%
G = 2.01%
B = 46.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC08BB (or 0xCC08BB) is known color: Deep Magenta. HEX triplet: CC, 08 and BB. RGB value is (204,8,187). Sum of RGB (Red+Green+Blue) = 204+8+187=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC08BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC08BB is #33F744. Grayscale: #565656. Windows color (decimal): -3405637 or 12257484. OLE color: 12257484.

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

Color convert

RGB 204 8 187 -
CMYK 0 0.96 0.08 0.2
HSL 305.2º 0.92% 0.42% -
HSV(B) 305.2º 0.96% 0.8% -
XYZ 33.96 16.6 48.43 -
YUV 87.01 184.43 211.45 -
System Red Green Blue C M Y K H S L
Decimal 204 8 187 0 0.96 0.08 0.2 305.2 0.92 0.42
Hex CC 8 BB 0 60 8 14 131 5C 2A
Octal 314 10 273 0 140 10 24 461 134 52
Binary 11001100 1000 10111011 0 1100000 1000 10100 100110001 1011100 101010

Color Harmonies of #CC08BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC08BB

Black with #CC08BB

Text Example


Text Example

White with #CC08BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC08BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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