Html Css Color HEX #C81DDB Deep Magenta

📋 copy color: '#C81DDB'

red 200 ◦ green 29 ◦ blue 219

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

Shades of Deep Magenta #C81DDB

Tints of Deep Magenta #C81DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.47%

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

R = 44.64%
G = 6.47%
B = 48.88%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C81DDB (or 0xC81DDB) is known color: Deep Magenta. HEX triplet: C8, 1D and DB. RGB value is (200,29,219). Sum of RGB (Red+Green+Blue) = 200+29+219=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 29 (11.72% from 255 or 6.47% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #C81DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81DDB is #37E224. Grayscale: #656565. Windows color (decimal): -3662373 or 14360008. OLE color: 14360008.

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

Color convert

RGB 200 29 219 -
CMYK 0.09 0.87 0 0.14
HSL 294º 0.77% 0.49% -
HSV(B) 294º 0.87% 0.86% -
XYZ 37.04 18.27 68.59 -
YUV 101.79 194.15 198.05 -
System Red Green Blue C M Y K H S L
Decimal 200 29 219 0.09 0.87 0 0.14 294 0.77 0.49
Hex C8 1D DB 9 57 0 E 126 4D 31
Octal 310 35 333 11 127 0 16 446 115 61
Binary 11001000 11101 11011011 1001 1010111 0 1110 100100110 1001101 110001

Color Harmonies of #C81DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81DDB

Black with #C81DDB

Text Example


Text Example

White with #C81DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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