Html Css Color HEX #CC01AC Deep Magenta

📋 copy color: '#CC01AC'

red 204 ◦ green 1 ◦ blue 172

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

Shades of Deep Magenta #CC01AC

Tints of Deep Magenta #CC01AC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 172 (67.58% from 255) = 45.62%

R = 54.11%
G = 0.27%
B = 45.62%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC01AC (or 0xCC01AC) is known color: Deep Magenta. HEX triplet: CC, 01 and AC. RGB value is (204,1,172). Sum of RGB (Red+Green+Blue) = 204+1+172=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC01AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC01AC is #33FE53. Grayscale: #505050. Windows color (decimal): -3407444 or 11272652. OLE color: 11272652.

HSL color Cylindrical-coordinate representation of color #CC01AC: hue angle of 309.46º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC01AC is Cyan = 0, Magento = 1.00, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 1 172 -
CMYK 0 1.00 0.16 0.2
HSL 309.46º 0.99% 0.4% -
HSV(B) 309.46º 1% 0.8% -
XYZ 32.36 15.84 40.38 -
YUV 81.19 179.25 215.6 -
System Red Green Blue C M Y K H S L
Decimal 204 1 172 0 1.00 0.16 0.2 309.46 0.99 0.4
Hex CC 1 AC 0 64 10 14 135 63 28
Octal 314 1 254 0 144 20 24 465 143 50
Binary 11001100 1 10101100 0 1100100 10000 10100 100110101 1100011 101000

Color Harmonies of #CC01AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC01AC

Black with #CC01AC

Text Example


Text Example

White with #CC01AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC01AC; }

 p { color: rgb(204,1,172); }

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

background-color css

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

 a { background-color: rgb(204,1,172); }

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

border-color css

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

 span { border-color: rgb(204,1,172); }

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