Html Css Color HEX #DC0CCF Deep Magenta

📋 copy color: '#DC0CCF'

red 220 ◦ green 12 ◦ blue 207

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

Shades of Deep Magenta #DC0CCF

Tints of Deep Magenta #DC0CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.15%

R = 50.11%
G = 2.73%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC0CCF (or 0xDC0CCF) is known color: Deep Magenta. HEX triplet: DC, 0C and CF. RGB value is (220,12,207). Sum of RGB (Red+Green+Blue) = 220+12+207=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 12 (5.08% from 255 or 2.73% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0CCF is #23F330. Grayscale: #5F5F5F. Windows color (decimal): -2356017 or 13569244. OLE color: 13569244.

HSL color Cylindrical-coordinate representation of color #DC0CCF: hue angle of 303.75º 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 #DC0CCF is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 12 207 -
CMYK 0 0.95 0.06 0.14
HSL 303.75º 0.9% 0.45% -
HSV(B) 303.75º 0.95% 0.86% -
XYZ 40.91 19.98 60.73 -
YUV 96.42 190.41 216.14 -
System Red Green Blue C M Y K H S L
Decimal 220 12 207 0 0.95 0.06 0.14 303.75 0.9 0.45
Hex DC C CF 0 5F 6 E 130 5A 2D
Octal 334 14 317 0 137 6 16 460 132 55
Binary 11011100 1100 11001111 0 1011111 110 1110 100110000 1011010 101101

Color Harmonies of #DC0CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0CCF

Black with #DC0CCF

Text Example


Text Example

White with #DC0CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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