Html Css Color HEX #C810D9 Deep Magenta

📋 copy color: '#C810D9'

red 200 ◦ green 16 ◦ blue 217

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

Shades of Deep Magenta #C810D9

Tints of Deep Magenta #C810D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 50.12%

R = 46.19%
G = 3.7%
B = 50.12%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C810D9 (or 0xC810D9) is known color: Deep Magenta. HEX triplet: C8, 10 and D9. RGB value is (200,16,217). Sum of RGB (Red+Green+Blue) = 200+16+217=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 16 (6.64% from 255 or 3.70% from 433); Blue value is 217 (85.16% from 255 or 50.12% from 433); Max value from RGB is 217 - color contains mainly: blue. Hex color #C810D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C810D9 is #37EF26. Grayscale: #5D5D5D. Windows color (decimal): -3665703 or 14225608. OLE color: 14225608.

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

Color convert

RGB 200 16 217 -
CMYK 0.08 0.93 0 0.15
HSL 294.93º 0.86% 0.46% -
HSV(B) 294.93º 0.93% 0.85% -
XYZ 36.53 17.66 67.13 -
YUV 93.93 197.46 203.66 -
System Red Green Blue C M Y K H S L
Decimal 200 16 217 0.08 0.93 0 0.15 294.93 0.86 0.46
Hex C8 10 D9 8 5D 0 F 127 56 2E
Octal 310 20 331 10 135 0 17 447 126 56
Binary 11001000 10000 11011001 1000 1011101 0 1111 100100111 1010110 101110

Color Harmonies of #C810D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C810D9

Black with #C810D9

Text Example


Text Example

White with #C810D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C810D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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