Html Css Color HEX #C81EDB Deep Magenta

📋 copy color: '#C81EDB'

red 200 ◦ green 30 ◦ blue 219

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

Shades of Deep Magenta #C81EDB

Tints of Deep Magenta #C81EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.78%

R = 44.54%
G = 6.68%
B = 48.78%

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

#C81EDB (or 0xC81EDB) is known color: Deep Magenta. HEX triplet: C8, 1E and DB. RGB value is (200,30,219). Sum of RGB (Red+Green+Blue) = 200+30+219=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 30 (12.11% from 255 or 6.68% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #C81EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81EDB is #37E124. Grayscale: #656565. Windows color (decimal): -3662117 or 14360264. OLE color: 14360264.

HSL color Cylindrical-coordinate representation of color #C81EDB: hue angle of 293.97º 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 #C81EDB is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 30 219 -
CMYK 0.09 0.86 0 0.14
HSL 293.97º 0.76% 0.49% -
HSV(B) 293.97º 0.86% 0.86% -
XYZ 37.07 18.32 68.6 -
YUV 102.38 193.82 197.63 -
System Red Green Blue C M Y K H S L
Decimal 200 30 219 0.09 0.86 0 0.14 293.97 0.76 0.49
Hex C8 1E DB 9 56 0 E 126 4C 31
Octal 310 36 333 11 126 0 16 446 114 61
Binary 11001000 11110 11011011 1001 1010110 0 1110 100100110 1001100 110001

Color Harmonies of #C81EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81EDB

Black with #C81EDB

Text Example


Text Example

White with #C81EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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