Html Css Color HEX #C81EE0 Deep Magenta

📋 copy color: '#C81EE0'

red 200 ◦ green 30 ◦ blue 224

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

Shades of Deep Magenta #C81EE0

Tints of Deep Magenta #C81EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.34%

R = 44.05%
G = 6.61%
B = 49.34%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C81EE0 (or 0xC81EE0) is known color: Deep Magenta. HEX triplet: C8, 1E and E0. RGB value is (200,30,224). Sum of RGB (Red+Green+Blue) = 200+30+224=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 30 (12.11% from 255 or 6.61% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #C81EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81EE0 is #37E11F. Grayscale: #666666. Windows color (decimal): -3662112 or 14687944. OLE color: 14687944.

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

Color convert

RGB 200 30 224 -
CMYK 0.11 0.87 0 0.12
HSL 292.58º 0.76% 0.5% -
HSV(B) 292.58º 0.87% 0.88% -
XYZ 37.74 18.59 72.12 -
YUV 102.95 196.32 197.23 -
System Red Green Blue C M Y K H S L
Decimal 200 30 224 0.11 0.87 0 0.12 292.58 0.76 0.5
Hex C8 1E E0 B 57 0 C 125 4C 32
Octal 310 36 340 13 127 0 14 445 114 62
Binary 11001000 11110 11100000 1011 1010111 0 1100 100100101 1001100 110010

Color Harmonies of #C81EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81EE0

Black with #C81EE0

Text Example


Text Example

White with #C81EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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