Html Css Color HEX #C81DDA Deep Magenta

📋 copy color: '#C81DDA'

red 200 ◦ green 29 ◦ blue 218

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

Shades of Deep Magenta #C81DDA

Tints of Deep Magenta #C81DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.77%

R = 44.74%
G = 6.49%
B = 48.77%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C81DDA (or 0xC81DDA) is known color: Deep Magenta. HEX triplet: C8, 1D and DA. RGB value is (200,29,218). Sum of RGB (Red+Green+Blue) = 200+29+218=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 29 (11.72% from 255 or 6.49% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #C81DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81DDA is #37E225. Grayscale: #656565. Windows color (decimal): -3662374 or 14294472. OLE color: 14294472.

HSL color Cylindrical-coordinate representation of color #C81DDA: hue angle of 294.29º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81DDA is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 29 218 -
CMYK 0.08 0.87 0 0.15
HSL 294.29º 0.77% 0.48% -
HSV(B) 294.29º 0.87% 0.85% -
XYZ 36.91 18.22 67.9 -
YUV 101.68 193.65 198.13 -
System Red Green Blue C M Y K H S L
Decimal 200 29 218 0.08 0.87 0 0.15 294.29 0.77 0.48
Hex C8 1D DA 8 57 0 F 126 4D 30
Octal 310 35 332 10 127 0 17 446 115 60
Binary 11001000 11101 11011010 1000 1010111 0 1111 100100110 1001101 110000

Color Harmonies of #C81DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81DDA

Black with #C81DDA

Text Example


Text Example

White with #C81DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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