Html Css Color HEX #CC01D8 Deep Magenta

📋 copy color: '#CC01D8'

red 204 ◦ green 1 ◦ blue 216

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

Shades of Deep Magenta #CC01D8

Tints of Deep Magenta #CC01D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 51.31%

R = 48.46%
G = 0.24%
B = 51.31%

CMYK

 C value IS 0.06

 M value IS 1.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC01D8 (or 0xCC01D8) is known color: Deep Magenta. HEX triplet: CC, 01 and D8. RGB value is (204,1,216). Sum of RGB (Red+Green+Blue) = 204+1+216=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 1 (0.78% from 255 or 0.24% from 421); Blue value is 216 (84.77% from 255 or 51.31% from 421); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC01D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC01D8 is #33FE27. Grayscale: #555555. Windows color (decimal): -3407400 or 14156236. OLE color: 14156236.

HSL color Cylindrical-coordinate representation of color #CC01D8: hue angle of 296.65º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC01D8 is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 1 216 -
CMYK 0.06 1.00 0 0.15
HSL 296.65º 0.99% 0.43% -
HSV(B) 296.65º 1% 0.85% -
XYZ 37.31 17.82 66.44 -
YUV 86.21 201.25 212.02 -
System Red Green Blue C M Y K H S L
Decimal 204 1 216 0.06 1.00 0 0.15 296.65 0.99 0.43
Hex CC 1 D8 6 64 0 F 129 63 2B
Octal 314 1 330 6 144 0 17 451 143 53
Binary 11001100 1 11011000 110 1100100 0 1111 100101001 1100011 101011

Color Harmonies of #CC01D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC01D8

Black with #CC01D8

Text Example


Text Example

White with #CC01D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC01D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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