Html Css Color HEX #C81ED6 Deep Magenta

📋 copy color: '#C81ED6'

red 200 ◦ green 30 ◦ blue 214

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

Shades of Deep Magenta #C81ED6

Tints of Deep Magenta #C81ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.2%

R = 45.05%
G = 6.76%
B = 48.2%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C81ED6 (or 0xC81ED6) is known color: Deep Magenta. HEX triplet: C8, 1E and D6. RGB value is (200,30,214). Sum of RGB (Red+Green+Blue) = 200+30+214=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 30 (12.11% from 255 or 6.76% from 444); Blue value is 214 (83.98% from 255 or 48.20% from 444); Max value from RGB is 214 - color contains mainly: blue. Hex color #C81ED6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81ED6 is #37E129. Grayscale: #656565. Windows color (decimal): -3662122 or 14032584. OLE color: 14032584.

HSL color Cylindrical-coordinate representation of color #C81ED6: hue angle of 295.43º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81ED6 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 30 214 -
CMYK 0.07 0.86 0 0.16
HSL 295.43º 0.75% 0.48% -
HSV(B) 295.43º 0.86% 0.84% -
XYZ 36.42 18.06 65.19 -
YUV 101.81 191.32 198.04 -
System Red Green Blue C M Y K H S L
Decimal 200 30 214 0.07 0.86 0 0.16 295.43 0.75 0.48
Hex C8 1E D6 7 56 0 10 127 4B 30
Octal 310 36 326 7 126 0 20 447 113 60
Binary 11001000 11110 11010110 111 1010110 0 10000 100100111 1001011 110000

Color Harmonies of #C81ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81ED6

Black with #C81ED6

Text Example


Text Example

White with #C81ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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