Html Css Color HEX #C81DD2 Deep Magenta

📋 copy color: '#C81DD2'

red 200 ◦ green 29 ◦ blue 210

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

Shades of Deep Magenta #C81DD2

Tints of Deep Magenta #C81DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 47.84%

R = 45.56%
G = 6.61%
B = 47.84%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C81DD2 (or 0xC81DD2) is known color: Deep Magenta. HEX triplet: C8, 1D and D2. RGB value is (200,29,210). Sum of RGB (Red+Green+Blue) = 200+29+210=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 29 (11.72% from 255 or 6.61% from 439); Blue value is 210 (82.42% from 255 or 47.84% from 439); Max value from RGB is 210 - color contains mainly: blue. Hex color #C81DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81DD2 is #37E22D. Grayscale: #646464. Windows color (decimal): -3662382 or 13770184. OLE color: 13770184.

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

Color convert

RGB 200 29 210 -
CMYK 0.05 0.86 0 0.18
HSL 296.69º 0.76% 0.47% -
HSV(B) 296.69º 0.86% 0.82% -
XYZ 35.89 17.81 62.52 -
YUV 100.76 189.65 198.78 -
System Red Green Blue C M Y K H S L
Decimal 200 29 210 0.05 0.86 0 0.18 296.69 0.76 0.47
Hex C8 1D D2 5 56 0 12 129 4C 2F
Octal 310 35 322 5 126 0 22 451 114 57
Binary 11001000 11101 11010010 101 1010110 0 10010 100101001 1001100 101111

Color Harmonies of #C81DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81DD2

Black with #C81DD2

Text Example


Text Example

White with #C81DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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