Html Css Color HEX #DC0CCA Deep Magenta

📋 copy color: '#DC0CCA'

red 220 ◦ green 12 ◦ blue 202

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

Shades of Deep Magenta #DC0CCA

Tints of Deep Magenta #DC0CCA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.76%

 BLUE value IS 202 (79.3% from 255) = 46.54%

R = 50.69%
G = 2.76%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC0CCA (or 0xDC0CCA) is known color: Deep Magenta. HEX triplet: DC, 0C and CA. RGB value is (220,12,202). Sum of RGB (Red+Green+Blue) = 220+12+202=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 12 (5.08% from 255 or 2.76% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0CCA is #23F335. Grayscale: #5F5F5F. Windows color (decimal): -2356022 or 13241564. OLE color: 13241564.

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

Color convert

RGB 220 12 202 -
CMYK 0 0.95 0.08 0.14
HSL 305.19º 0.9% 0.45% -
HSV(B) 305.19º 0.95% 0.86% -
XYZ 40.31 19.74 57.56 -
YUV 95.85 187.91 216.55 -
System Red Green Blue C M Y K H S L
Decimal 220 12 202 0 0.95 0.08 0.14 305.19 0.9 0.45
Hex DC C CA 0 5F 8 E 131 5A 2D
Octal 334 14 312 0 137 10 16 461 132 55
Binary 11011100 1100 11001010 0 1011111 1000 1110 100110001 1011010 101101

Color Harmonies of #DC0CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0CCA

Black with #DC0CCA

Text Example


Text Example

White with #DC0CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0CCA; }

 p { color: rgb(220,12,202); }

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

background-color css

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

 a { background-color: rgb(220,12,202); }

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

border-color css

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

 span { border-color: rgb(220,12,202); }

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