Html Css Color HEX #DC04CC Deep Magenta

📋 copy color: '#DC04CC'

red 220 ◦ green 4 ◦ blue 204

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

Shades of Deep Magenta #DC04CC

Tints of Deep Magenta #DC04CC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.93%

 BLUE value IS 204 (80.08% from 255) = 47.66%

R = 51.4%
G = 0.93%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC04CC (or 0xDC04CC) is known color: Deep Magenta. HEX triplet: DC, 04 and CC. RGB value is (220,4,204). Sum of RGB (Red+Green+Blue) = 220+4+204=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 4 (1.95% from 255 or 0.93% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC04CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC04CC is #23FB33. Grayscale: #5A5A5A. Windows color (decimal): -2358068 or 13370588. OLE color: 13370588.

HSL color Cylindrical-coordinate representation of color #DC04CC: hue angle of 304.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC04CC is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 4 204 -
CMYK 0 0.98 0.07 0.14
HSL 304.44º 0.96% 0.44% -
HSV(B) 304.44º 0.98% 0.86% -
XYZ 40.46 19.66 58.79 -
YUV 91.38 191.56 219.74 -
System Red Green Blue C M Y K H S L
Decimal 220 4 204 0 0.98 0.07 0.14 304.44 0.96 0.44
Hex DC 4 CC 0 62 7 E 130 60 2C
Octal 334 4 314 0 142 7 16 460 140 54
Binary 11011100 100 11001100 0 1100010 111 1110 100110000 1100000 101100

Color Harmonies of #DC04CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC04CC

Black with #DC04CC

Text Example


Text Example

White with #DC04CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC04CC; }

 p { color: rgb(220,4,204); }

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

background-color css

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

 a { background-color: rgb(220,4,204); }

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

border-color css

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

 span { border-color: rgb(220,4,204); }

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