Html Css Color HEX #DC23C7 Deep Magenta

📋 copy color: '#DC23C7'

red 220 ◦ green 35 ◦ blue 199

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

Shades of Deep Magenta #DC23C7

Tints of Deep Magenta #DC23C7

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.71%

 BLUE value IS 199 (78.13% from 255) = 43.83%

R = 48.46%
G = 7.71%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC23C7 (or 0xDC23C7) is known color: Deep Magenta. HEX triplet: DC, 23 and C7. RGB value is (220,35,199). Sum of RGB (Red+Green+Blue) = 220+35+199=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 35 (14.06% from 255 or 7.71% from 454); Blue value is 199 (78.12% from 255 or 43.83% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC23C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC23C7 is #23DC38. Grayscale: #6C6C6C. Windows color (decimal): -2350137 or 13050844. OLE color: 13050844.

HSL color Cylindrical-coordinate representation of color #DC23C7: hue angle of 306.81º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC23C7 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 35 199 -
CMYK 0 0.84 0.10 0.14
HSL 306.81º 0.73% 0.5% -
HSV(B) 306.81º 0.84% 0.86% -
XYZ 40.43 20.54 55.87 -
YUV 109.01 178.79 207.16 -
System Red Green Blue C M Y K H S L
Decimal 220 35 199 0 0.84 0.10 0.14 306.81 0.73 0.5
Hex DC 23 C7 0 54 A E 133 49 32
Octal 334 43 307 0 124 12 16 463 111 62
Binary 11011100 100011 11000111 0 1010100 1010 1110 100110011 1001001 110010

Color Harmonies of #DC23C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC23C7

Black with #DC23C7

Text Example


Text Example

White with #DC23C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC23C7; }

 p { color: rgb(220,35,199); }

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

background-color css

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

 a { background-color: rgb(220,35,199); }

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

border-color css

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

 span { border-color: rgb(220,35,199); }

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