Html Css Color HEX #CC01BA Deep Magenta

📋 copy color: '#CC01BA'

red 204 ◦ green 1 ◦ blue 186

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

Shades of Deep Magenta #CC01BA

Tints of Deep Magenta #CC01BA

RGB

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

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

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

R = 52.17%
G = 0.26%
B = 47.57%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC01BA (or 0xCC01BA) is known color: Deep Magenta. HEX triplet: CC, 01 and BA. RGB value is (204,1,186). Sum of RGB (Red+Green+Blue) = 204+1+186=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC01BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC01BA is #33FE45. Grayscale: #525252. Windows color (decimal): -3407430 or 12190156. OLE color: 12190156.

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

Color convert

RGB 204 1 186 -
CMYK 0 1.00 0.09 0.2
HSL 305.32º 0.99% 0.4% -
HSV(B) 305.32º 1% 0.8% -
XYZ 33.78 16.4 47.84 -
YUV 82.79 186.25 214.46 -
System Red Green Blue C M Y K H S L
Decimal 204 1 186 0 1.00 0.09 0.2 305.32 0.99 0.4
Hex CC 1 BA 0 64 9 14 131 63 28
Octal 314 1 272 0 144 11 24 461 143 50
Binary 11001100 1 10111010 0 1100100 1001 10100 100110001 1100011 101000

Color Harmonies of #CC01BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC01BA

Black with #CC01BA

Text Example


Text Example

White with #CC01BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC01BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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