#C814D0

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

Shades of Deep Magenta #C814D0

Tints of Deep Magenta #C814D0

Color information

#C814D0 (or 0xC814D0) is unknown color: approx Deep Magenta. HEX triplet: C8, 14 and D0. RGB value is (200,20,208). Sum of RGB (Red+Green+Blue) = 200+20+208=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 20 (8.20% from 255 or 4.67% from 428); Blue value is 208 (81.64% from 255 or 48.60% from 428); Max value from RGB is 208 - color contains mainly: blue. Hex color #C814D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C814D0 is #37EB2F. Grayscale: #5E5E5E. Windows color (decimal): -3664688 or 13636808. OLE color: 13636808.

HSL color Cylindrical-coordinate representation of color #C814D0: hue angle of 297.45º 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 #C814D0 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20020208-
CMYK0.040.9000.18
HSL297.45º82.46%44.71%-
HSV(B)297.45º90.38%81.57%-
XYZ35.4517.3361.15-
YUV95.25191.63202.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.73%
GREEN value IS 20 (8.20% from 255) = 4.67%
BLUE value IS 208 (81.64% from 255) = 48.60%
R=46.73%
G=4.67%
B=48.60%

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
Decimal200202080.040.9000.18297.4582.4644.71
HexC814D045A012129522d
Octal31024320413202245112255
Binary11001000101001101000010010110100100101001010011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C814D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C814D0; }

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

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

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

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

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

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

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

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