#C818CD

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

Shades of Deep Magenta #C818CD

Tints of Deep Magenta #C818CD

Color information

#C818CD (or 0xC818CD) is unknown color: approx Deep Magenta. HEX triplet: C8, 18 and CD. RGB value is (200,24,205). Sum of RGB (Red+Green+Blue) = 200+24+205=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 24 (9.77% from 255 or 5.59% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #C818CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C818CD is #37E732. Grayscale: #606060. Windows color (decimal): -3663667 or 13441224. OLE color: 13441224.

HSL color Cylindrical-coordinate representation of color #C818CD: hue angle of 298.34º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C818CD is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20024205-
CMYK0.020.8800.20
HSL298.34º79.04%44.9%-
HSV(B)298.34º88.29%80.39%-
XYZ35.1717.3459.25-
YUV97.26188.81201.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.62%
GREEN value IS 24 (9.77% from 255) = 5.59%
BLUE value IS 205 (80.47% from 255) = 47.79%
R=46.62%
G=5.59%
B=47.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal200242050.020.8800.20298.3479.0444.9
HexC818CD25801412a4f2d
Octal31030315213002445211755
Binary1100100011000110011011010110000101001001010101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C818CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C818CD; }

 p { color: rgb(200,24,205); }

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

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

 a { background-color: rgb(200,24,205); }

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

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

 span { border-color: rgb(200,24,205); }

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