#C815D0

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

Shades of Deep Magenta #C815D0

Tints of Deep Magenta #C815D0

Color information

#C815D0 (or 0xC815D0) is unknown color: approx Deep Magenta. HEX triplet: C8, 15 and D0. RGB value is (200,21,208). Sum of RGB (Red+Green+Blue) = 200+21+208=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: blue. Hex color #C815D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C815D0 is #37EA2F. Grayscale: #5F5F5F. Windows color (decimal): -3664432 or 13637064. OLE color: 13637064.

HSL color Cylindrical-coordinate representation of color #C815D0: hue angle of 297.43º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C815D0 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20021208-
CMYK0.040.9000.18
HSL297.43º81.66%44.9%-
HSV(B)297.43º89.9%81.57%-
XYZ35.4717.3761.16-
YUV95.84191.3202.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.62%
GREEN value IS 21 (8.59% from 255) = 4.90%
BLUE value IS 208 (81.64% from 255) = 48.48%
R=46.62%
G=4.90%
B=48.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal200212080.040.9000.18297.4381.6644.9
HexC815D045A012129522d
Octal31025320413202245112255
Binary11001000101011101000010010110100100101001010011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C815D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C815D0; }

 p { color: rgb(200,21,208); }

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

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

 a { background-color: rgb(200,21,208); }

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

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

 span { border-color: rgb(200,21,208); }

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