#C810C9

Color #C810C9 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C810C9

Tints of Deep Magenta #C810C9

Color information

#C810C9 (or 0xC810C9) is unknown color: approx Deep Magenta. HEX triplet: C8, 10 and C9. RGB value is (200,16,201). Sum of RGB (Red+Green+Blue) = 200+16+201=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 16 (6.64% from 255 or 3.84% from 417); Blue value is 201 (78.91% from 255 or 48.20% from 417); Max value from RGB is 201 - color contains mainly: blue. Hex color #C810C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C810C9 is #37EF36. Grayscale: #5B5B5B. Windows color (decimal): -3665719 or 13177032. OLE color: 13177032.

HSL color Cylindrical-coordinate representation of color #C810C9: hue angle of 299.68º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C810C9 is Cyan = 0.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB20016201-
CMYK0.000.9200.21
HSL299.68º85.25%42.55%-
HSV(B)299.68º92.04%78.82%-
XYZ34.5516.8756.69-
YUV92.11189.46204.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.96%
GREEN value IS 16 (6.64% from 255) = 3.84%
BLUE value IS 201 (78.91% from 255) = 48.20%
R=47.96%
G=3.84%
B=48.20%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal200162010.000.9200.21299.6885.2542.55
HexC810C905C01512c552b
Octal31020311013402545412553
Binary110010001000011001001010111000101011001011001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C810C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C810C9; }

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

 H1.HeaderClassName
 {
   color: #C810C9;
 }
 .AnyTagClassName
 {
   color: #C810C9;
 }
</style>
background-color css

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

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

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

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

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

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