Html Css Color HEX #DC1CCB Deep Magenta

📋 copy color: '#DC1CCB'

red 220 ◦ green 28 ◦ blue 203

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

Shades of Deep Magenta #DC1CCB

Tints of Deep Magenta #DC1CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.21%

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

R = 48.78%
G = 6.21%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC1CCB (or 0xDC1CCB) is known color: Deep Magenta. HEX triplet: DC, 1C and CB. RGB value is (220,28,203). Sum of RGB (Red+Green+Blue) = 220+28+203=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 28 (11.33% from 255 or 6.21% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1CCB is #23E334. Grayscale: #686868. Windows color (decimal): -2351925 or 13311196. OLE color: 13311196.

HSL color Cylindrical-coordinate representation of color #DC1CCB: hue angle of 305.31º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1CCB is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 28 203 -
CMYK 0 0.87 0.08 0.14
HSL 305.31º 0.77% 0.49% -
HSV(B) 305.31º 0.87% 0.86% -
XYZ 40.71 20.36 58.28 -
YUV 105.36 183.11 209.77 -
System Red Green Blue C M Y K H S L
Decimal 220 28 203 0 0.87 0.08 0.14 305.31 0.77 0.49
Hex DC 1C CB 0 57 8 E 131 4D 31
Octal 334 34 313 0 127 10 16 461 115 61
Binary 11011100 11100 11001011 0 1010111 1000 1110 100110001 1001101 110001

Color Harmonies of #DC1CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1CCB

Black with #DC1CCB

Text Example


Text Example

White with #DC1CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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