Html Css Color HEX #C810DF Deep Magenta

📋 copy color: '#C810DF'

red 200 ◦ green 16 ◦ blue 223

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

Shades of Deep Magenta #C810DF

Tints of Deep Magenta #C810DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.8%

R = 45.56%
G = 3.64%
B = 50.8%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C810DF (or 0xC810DF) is known color: Deep Magenta. HEX triplet: C8, 10 and DF. RGB value is (200,16,223). Sum of RGB (Red+Green+Blue) = 200+16+223=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 16 (6.64% from 255 or 3.64% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #C810DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C810DF is #37EF20. Grayscale: #5D5D5D. Windows color (decimal): -3665697 or 14618824. OLE color: 14618824.

HSL color Cylindrical-coordinate representation of color #C810DF: hue angle of 293.33º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C810DF is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 16 223 -
CMYK 0.10 0.93 0 0.13
HSL 293.33º 0.87% 0.47% -
HSV(B) 293.33º 0.93% 0.87% -
XYZ 37.32 17.98 71.31 -
YUV 94.61 200.46 203.17 -
System Red Green Blue C M Y K H S L
Decimal 200 16 223 0.10 0.93 0 0.13 293.33 0.87 0.47
Hex C8 10 DF A 5D 0 D 125 57 2F
Octal 310 20 337 12 135 0 15 445 127 57
Binary 11001000 10000 11011111 1010 1011101 0 1101 100100101 1010111 101111

Color Harmonies of #C810DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C810DF

Black with #C810DF

Text Example


Text Example

White with #C810DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C810DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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