Html Css Color HEX #CC08BD Deep Magenta

📋 copy color: '#CC08BD'

red 204 ◦ green 8 ◦ blue 189

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

Shades of Deep Magenta #CC08BD

Tints of Deep Magenta #CC08BD

RGB

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

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

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

R = 50.87%
G = 2%
B = 47.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC08BD (or 0xCC08BD) is known color: Deep Magenta. HEX triplet: CC, 08 and BD. RGB value is (204,8,189). Sum of RGB (Red+Green+Blue) = 204+8+189=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 8 (3.52% from 255 or 2.00% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC08BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC08BD is #33F742. Grayscale: #565656. Windows color (decimal): -3405635 or 12388556. OLE color: 12388556.

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

Color convert

RGB 204 8 189 -
CMYK 0 0.96 0.07 0.2
HSL 304.59º 0.92% 0.42% -
HSV(B) 304.59º 0.96% 0.8% -
XYZ 34.17 16.69 49.56 -
YUV 87.24 185.43 211.28 -
System Red Green Blue C M Y K H S L
Decimal 204 8 189 0 0.96 0.07 0.2 304.59 0.92 0.42
Hex CC 8 BD 0 60 7 14 131 5C 2A
Octal 314 10 275 0 140 7 24 461 134 52
Binary 11001100 1000 10111101 0 1100000 111 10100 100110001 1011100 101010

Color Harmonies of #CC08BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC08BD

Black with #CC08BD

Text Example


Text Example

White with #CC08BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC08BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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