Html Css Color HEX #CC08BA Deep Magenta

📋 copy color: '#CC08BA'

red 204 ◦ green 8 ◦ blue 186

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

Shades of Deep Magenta #CC08BA

Tints of Deep Magenta #CC08BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 51.26%
G = 2.01%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC08BA (or 0xCC08BA) is known color: Deep Magenta. HEX triplet: CC, 08 and BA. RGB value is (204,8,186). Sum of RGB (Red+Green+Blue) = 204+8+186=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC08BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC08BA is #33F745. Grayscale: #565656. Windows color (decimal): -3405638 or 12191948. OLE color: 12191948.

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

Color convert

RGB 204 8 186 -
CMYK 0 0.96 0.09 0.2
HSL 305.51º 0.92% 0.42% -
HSV(B) 305.51º 0.96% 0.8% -
XYZ 33.85 16.56 47.87 -
YUV 86.9 183.93 211.53 -
System Red Green Blue C M Y K H S L
Decimal 204 8 186 0 0.96 0.09 0.2 305.51 0.92 0.42
Hex CC 8 BA 0 60 9 14 132 5C 2A
Octal 314 10 272 0 140 11 24 462 134 52
Binary 11001100 1000 10111010 0 1100000 1001 10100 100110010 1011100 101010

Color Harmonies of #CC08BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC08BA

Black with #CC08BA

Text Example


Text Example

White with #CC08BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC08BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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