Html Css Color HEX #C81EDC Deep Magenta

📋 copy color: '#C81EDC'

red 200 ◦ green 30 ◦ blue 220

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

Shades of Deep Magenta #C81EDC

Tints of Deep Magenta #C81EDC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.67%

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

R = 44.44%
G = 6.67%
B = 48.89%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C81EDC (or 0xC81EDC) is known color: Deep Magenta. HEX triplet: C8, 1E and DC. RGB value is (200,30,220). Sum of RGB (Red+Green+Blue) = 200+30+220=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 30 (12.11% from 255 or 6.67% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #C81EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81EDC is #37E123. Grayscale: #656565. Windows color (decimal): -3662116 or 14425800. OLE color: 14425800.

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

Color convert

RGB 200 30 220 -
CMYK 0.09 0.86 0 0.14
HSL 293.68º 0.76% 0.49% -
HSV(B) 293.68º 0.86% 0.86% -
XYZ 37.2 18.38 69.3 -
YUV 102.49 194.32 197.55 -
System Red Green Blue C M Y K H S L
Decimal 200 30 220 0.09 0.86 0 0.14 293.68 0.76 0.49
Hex C8 1E DC 9 56 0 E 126 4C 31
Octal 310 36 334 11 126 0 16 446 114 61
Binary 11001000 11110 11011100 1001 1010110 0 1110 100100110 1001100 110001

Color Harmonies of #C81EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81EDC

Black with #C81EDC

Text Example


Text Example

White with #C81EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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