Html Css Color HEX #C810DC Deep Magenta

📋 copy color: '#C810DC'

red 200 ◦ green 16 ◦ blue 220

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

Shades of Deep Magenta #C810DC

Tints of Deep Magenta #C810DC

RGB

 RED value IS 200 (78.52% from 255) = 45.87%

 GREEN value IS 16 (6.64% from 255) = 3.67%

 BLUE value IS 220 (86.33% from 255) = 50.46%

R = 45.87%
G = 3.67%
B = 50.46%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C810DC (or 0xC810DC) is known color: Deep Magenta. HEX triplet: C8, 10 and DC. RGB value is (200,16,220). Sum of RGB (Red+Green+Blue) = 200+16+220=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 16 (6.64% from 255 or 3.67% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #C810DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C810DC is #37EF23. Grayscale: #5D5D5D. Windows color (decimal): -3665700 or 14422216. OLE color: 14422216.

HSL color Cylindrical-coordinate representation of color #C810DC: hue angle of 294.12º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C810DC is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 16 220 -
CMYK 0.09 0.93 0 0.14
HSL 294.12º 0.86% 0.46% -
HSV(B) 294.12º 0.93% 0.86% -
XYZ 36.92 17.82 69.2 -
YUV 94.27 198.96 203.41 -
System Red Green Blue C M Y K H S L
Decimal 200 16 220 0.09 0.93 0 0.14 294.12 0.86 0.46
Hex C8 10 DC 9 5D 0 E 126 56 2E
Octal 310 20 334 11 135 0 16 446 126 56
Binary 11001000 10000 11011100 1001 1011101 0 1110 100100110 1010110 101110

Color Harmonies of #C810DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C810DC

Black with #C810DC

Text Example


Text Example

White with #C810DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C810DC; }

 p { color: rgb(200,16,220); }

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

background-color css

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

 a { background-color: rgb(200,16,220); }

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

border-color css

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

 span { border-color: rgb(200,16,220); }

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