Html Css Color HEX #DC01CB Deep Magenta

📋 copy color: '#DC01CB'

red 220 ◦ green 1 ◦ blue 203

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

Shades of Deep Magenta #DC01CB

Tints of Deep Magenta #DC01CB

RGB

 RED value IS 220 (86.33% from 255) = 51.89%

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

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 51.89%
G = 0.24%
B = 47.88%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC01CB (or 0xDC01CB) is known color: Deep Magenta. HEX triplet: DC, 01 and CB. RGB value is (220,1,203). Sum of RGB (Red+Green+Blue) = 220+1+203=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 1 (0.78% from 255 or 0.24% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC01CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC01CB is #23FE34. Grayscale: #585858. Windows color (decimal): -2358837 or 13304284. OLE color: 13304284.

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

Color convert

RGB 220 1 203 -
CMYK 0 1.00 0.08 0.14
HSL 304.66º 0.99% 0.43% -
HSV(B) 304.66º 1% 0.86% -
XYZ 40.31 19.55 58.15 -
YUV 89.51 192.05 221.07 -
System Red Green Blue C M Y K H S L
Decimal 220 1 203 0 1.00 0.08 0.14 304.66 0.99 0.43
Hex DC 1 CB 0 64 8 E 131 63 2B
Octal 334 1 313 0 144 10 16 461 143 53
Binary 11011100 1 11001011 0 1100100 1000 1110 100110001 1100011 101011

Color Harmonies of #DC01CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC01CB

Black with #DC01CB

Text Example


Text Example

White with #DC01CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC01CB; }

 p { color: rgb(220,1,203); }

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

background-color css

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

 a { background-color: rgb(220,1,203); }

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

border-color css

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

 span { border-color: rgb(220,1,203); }

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