Html Css Color HEX #CC01B4 Deep Magenta

📋 copy color: '#CC01B4'

red 204 ◦ green 1 ◦ blue 180

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

Shades of Deep Magenta #CC01B4

Tints of Deep Magenta #CC01B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.75%

R = 52.99%
G = 0.26%
B = 46.75%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CC01B4 (or 0xCC01B4) is known color: Deep Magenta. HEX triplet: CC, 01 and B4. RGB value is (204,1,180). Sum of RGB (Red+Green+Blue) = 204+1+180=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC01B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC01B4 is #33FE4B. Grayscale: #515151. Windows color (decimal): -3407436 or 11796940. OLE color: 11796940.

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

Color convert

RGB 204 1 180 -
CMYK 0 1.00 0.12 0.2
HSL 307.09º 0.99% 0.4% -
HSV(B) 307.09º 1% 0.8% -
XYZ 33.15 16.15 44.55 -
YUV 82.1 183.25 214.95 -
System Red Green Blue C M Y K H S L
Decimal 204 1 180 0 1.00 0.12 0.2 307.09 0.99 0.4
Hex CC 1 B4 0 64 C 14 133 63 28
Octal 314 1 264 0 144 14 24 463 143 50
Binary 11001100 1 10110100 0 1100100 1100 10100 100110011 1100011 101000

Color Harmonies of #CC01B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC01B4

Black with #CC01B4

Text Example


Text Example

White with #CC01B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC01B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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