Html Css Color HEX #C810D8 Deep Magenta

📋 copy color: '#C810D8'

red 200 ◦ green 16 ◦ blue 216

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

Shades of Deep Magenta #C810D8

Tints of Deep Magenta #C810D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 50%

R = 46.3%
G = 3.7%
B = 50%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C810D8 (or 0xC810D8) is known color: Deep Magenta. HEX triplet: C8, 10 and D8. RGB value is (200,16,216). Sum of RGB (Red+Green+Blue) = 200+16+216=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 16 (6.64% from 255 or 3.70% from 432); Blue value is 216 (84.77% from 255 or 50% from 432); Max value from RGB is 216 - color contains mainly: blue. Hex color #C810D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C810D8 is #37EF27. Grayscale: #5D5D5D. Windows color (decimal): -3665704 or 14160072. OLE color: 14160072.

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

Color convert

RGB 200 16 216 -
CMYK 0.07 0.93 0 0.15
HSL 295.2º 0.86% 0.45% -
HSV(B) 295.2º 0.93% 0.85% -
XYZ 36.4 17.61 66.45 -
YUV 93.82 196.96 203.74 -
System Red Green Blue C M Y K H S L
Decimal 200 16 216 0.07 0.93 0 0.15 295.2 0.86 0.45
Hex C8 10 D8 7 5D 0 F 127 56 2D
Octal 310 20 330 7 135 0 17 447 126 55
Binary 11001000 10000 11011000 111 1011101 0 1111 100100111 1010110 101101

Color Harmonies of #C810D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C810D8

Black with #C810D8

Text Example


Text Example

White with #C810D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C810D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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