Html Css Color HEX #CC01CF Deep Magenta

📋 copy color: '#CC01CF'

red 204 ◦ green 1 ◦ blue 207

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

Shades of Deep Magenta #CC01CF

Tints of Deep Magenta #CC01CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.24%

R = 49.51%
G = 0.24%
B = 50.24%

CMYK

 C value IS 0.01

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC01CF (or 0xCC01CF) is known color: Deep Magenta. HEX triplet: CC, 01 and CF. RGB value is (204,1,207). Sum of RGB (Red+Green+Blue) = 204+1+207=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 1 (0.78% from 255 or 0.24% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC01CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC01CF is #33FE30. Grayscale: #545454. Windows color (decimal): -3407409 or 13566412. OLE color: 13566412.

HSL color Cylindrical-coordinate representation of color #CC01CF: hue angle of 299.13º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC01CF is Cyan = 0.01, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 1 207 -
CMYK 0.01 1.00 0 0.19
HSL 299.13º 0.99% 0.41% -
HSV(B) 299.13º 1% 0.81% -
XYZ 36.18 17.36 60.48 -
YUV 85.18 196.75 212.75 -
System Red Green Blue C M Y K H S L
Decimal 204 1 207 0.01 1.00 0 0.19 299.13 0.99 0.41
Hex CC 1 CF 1 64 0 13 12B 63 29
Octal 314 1 317 1 144 0 23 453 143 51
Binary 11001100 1 11001111 1 1100100 0 10011 100101011 1100011 101001

Color Harmonies of #CC01CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC01CF

Black with #CC01CF

Text Example


Text Example

White with #CC01CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC01CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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