Html Css Color HEX #C81EDF Deep Magenta

📋 copy color: '#C81EDF'

red 200 ◦ green 30 ◦ blue 223

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

Shades of Deep Magenta #C81EDF

Tints of Deep Magenta #C81EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.23%

R = 44.15%
G = 6.62%
B = 49.23%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C81EDF (or 0xC81EDF) is known color: Deep Magenta. HEX triplet: C8, 1E and DF. RGB value is (200,30,223). Sum of RGB (Red+Green+Blue) = 200+30+223=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 30 (12.11% from 255 or 6.62% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #C81EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81EDF is #37E120. Grayscale: #666666. Windows color (decimal): -3662113 or 14622408. OLE color: 14622408.

HSL color Cylindrical-coordinate representation of color #C81EDF: hue angle of 292.85º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81EDF is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 30 223 -
CMYK 0.10 0.87 0 0.13
HSL 292.85º 0.76% 0.5% -
HSV(B) 292.85º 0.87% 0.87% -
XYZ 37.6 18.54 71.41 -
YUV 102.83 195.82 197.31 -
System Red Green Blue C M Y K H S L
Decimal 200 30 223 0.10 0.87 0 0.13 292.85 0.76 0.5
Hex C8 1E DF A 57 0 D 125 4C 32
Octal 310 36 337 12 127 0 15 445 114 62
Binary 11001000 11110 11011111 1010 1010111 0 1101 100100101 1001100 110010

Color Harmonies of #C81EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81EDF

Black with #C81EDF

Text Example


Text Example

White with #C81EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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