Html Css Color HEX #CC06BF Deep Magenta

📋 copy color: '#CC06BF'

red 204 ◦ green 6 ◦ blue 191

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

Shades of Deep Magenta #CC06BF

Tints of Deep Magenta #CC06BF

RGB

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

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

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

R = 50.87%
G = 1.5%
B = 47.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC06BF (or 0xCC06BF) is known color: Deep Magenta. HEX triplet: CC, 06 and BF. RGB value is (204,6,191). Sum of RGB (Red+Green+Blue) = 204+6+191=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 6 (2.73% from 255 or 1.50% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC06BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC06BF is #33F940. Grayscale: #555555. Windows color (decimal): -3406145 or 12519116. OLE color: 12519116.

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

Color convert

RGB 204 6 191 -
CMYK 0 0.97 0.06 0.2
HSL 303.94º 0.94% 0.41% -
HSV(B) 303.94º 0.97% 0.8% -
XYZ 34.37 16.73 50.71 -
YUV 86.29 187.1 211.96 -
System Red Green Blue C M Y K H S L
Decimal 204 6 191 0 0.97 0.06 0.2 303.94 0.94 0.41
Hex CC 6 BF 0 61 6 14 130 5E 29
Octal 314 6 277 0 141 6 24 460 136 51
Binary 11001100 110 10111111 0 1100001 110 10100 100110000 1011110 101001

Color Harmonies of #CC06BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC06BF

Black with #CC06BF

Text Example


Text Example

White with #CC06BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC06BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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