Html Css Color HEX #CC06B1 Deep Magenta

📋 copy color: '#CC06B1'

red 204 ◦ green 6 ◦ blue 177

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

Shades of Deep Magenta #CC06B1

Tints of Deep Magenta #CC06B1

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.55%

 BLUE value IS 177 (69.53% from 255) = 45.74%

R = 52.71%
G = 1.55%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC06B1 (or 0xCC06B1) is known color: Deep Magenta. HEX triplet: CC, 06 and B1. RGB value is (204,6,177). Sum of RGB (Red+Green+Blue) = 204+6+177=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 6 (2.73% from 255 or 1.55% from 387); Blue value is 177 (69.53% from 255 or 45.74% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC06B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC06B1 is #33F94E. Grayscale: #545454. Windows color (decimal): -3406159 or 11601612. OLE color: 11601612.

HSL color Cylindrical-coordinate representation of color #CC06B1: hue angle of 308.18º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC06B1 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 6 177 -
CMYK 0 0.97 0.13 0.2
HSL 308.18º 0.94% 0.41% -
HSV(B) 308.18º 0.97% 0.8% -
XYZ 32.9 16.14 42.98 -
YUV 84.7 180.1 213.1 -
System Red Green Blue C M Y K H S L
Decimal 204 6 177 0 0.97 0.13 0.2 308.18 0.94 0.41
Hex CC 6 B1 0 61 D 14 134 5E 29
Octal 314 6 261 0 141 15 24 464 136 51
Binary 11001100 110 10110001 0 1100001 1101 10100 100110100 1011110 101001

Color Harmonies of #CC06B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC06B1

Black with #CC06B1

Text Example


Text Example

White with #CC06B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC06B1; }

 p { color: rgb(204,6,177); }

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

background-color css

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

 a { background-color: rgb(204,6,177); }

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

border-color css

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

 span { border-color: rgb(204,6,177); }

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