Html Css Color HEX #C818DC Deep Magenta

📋 copy color: '#C818DC'

red 200 ◦ green 24 ◦ blue 220

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

Shades of Deep Magenta #C818DC

Tints of Deep Magenta #C818DC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.41%

 BLUE value IS 220 (86.33% from 255) = 49.55%

R = 45.05%
G = 5.41%
B = 49.55%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C818DC (or 0xC818DC) is known color: Deep Magenta. HEX triplet: C8, 18 and DC. RGB value is (200,24,220). Sum of RGB (Red+Green+Blue) = 200+24+220=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 24 (9.77% from 255 or 5.41% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #C818DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C818DC is #37E723. Grayscale: #626262. Windows color (decimal): -3663652 or 14424264. OLE color: 14424264.

HSL color Cylindrical-coordinate representation of color #C818DC: hue angle of 293.88º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C818DC is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 24 220 -
CMYK 0.09 0.89 0 0.14
HSL 293.88º 0.8% 0.48% -
HSV(B) 293.88º 0.89% 0.86% -
XYZ 37.06 18.1 69.25 -
YUV 98.97 196.31 200.06 -
System Red Green Blue C M Y K H S L
Decimal 200 24 220 0.09 0.89 0 0.14 293.88 0.8 0.48
Hex C8 18 DC 9 59 0 E 126 50 30
Octal 310 30 334 11 131 0 16 446 120 60
Binary 11001000 11000 11011100 1001 1011001 0 1110 100100110 1010000 110000

Color Harmonies of #C818DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C818DC

Black with #C818DC

Text Example


Text Example

White with #C818DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C818DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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