Html Css Color HEX #C81DD0 Deep Magenta

📋 copy color: '#C81DD0'

red 200 ◦ green 29 ◦ blue 208

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

Shades of Deep Magenta #C81DD0

Tints of Deep Magenta #C81DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.6%

R = 45.77%
G = 6.64%
B = 47.6%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C81DD0 (or 0xC81DD0) is known color: Deep Magenta. HEX triplet: C8, 1D and D0. RGB value is (200,29,208). Sum of RGB (Red+Green+Blue) = 200+29+208=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 29 (11.72% from 255 or 6.64% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #C81DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81DD0 is #37E22F. Grayscale: #636363. Windows color (decimal): -3662384 or 13639112. OLE color: 13639112.

HSL color Cylindrical-coordinate representation of color #C81DD0: hue angle of 297.32º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81DD0 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 29 208 -
CMYK 0.04 0.86 0 0.18
HSL 297.32º 0.76% 0.46% -
HSV(B) 297.32º 0.86% 0.82% -
XYZ 35.64 17.71 61.21 -
YUV 100.54 188.65 198.95 -
System Red Green Blue C M Y K H S L
Decimal 200 29 208 0.04 0.86 0 0.18 297.32 0.76 0.46
Hex C8 1D D0 4 56 0 12 129 4C 2E
Octal 310 35 320 4 126 0 22 451 114 56
Binary 11001000 11101 11010000 100 1010110 0 10010 100101001 1001100 101110

Color Harmonies of #C81DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81DD0

Black with #C81DD0

Text Example


Text Example

White with #C81DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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