Html Css Color HEX #C81DCC Deep Magenta

📋 copy color: '#C81DCC'

red 200 ◦ green 29 ◦ blue 204

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

Shades of Deep Magenta #C81DCC

Tints of Deep Magenta #C81DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 46.19%
G = 6.7%
B = 47.11%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C81DCC (or 0xC81DCC) is known color: Deep Magenta. HEX triplet: C8, 1D and CC. RGB value is (200,29,204). Sum of RGB (Red+Green+Blue) = 200+29+204=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 29 (11.72% from 255 or 6.70% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #C81DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81DCC is #37E233. Grayscale: #636363. Windows color (decimal): -3662388 or 13376968. OLE color: 13376968.

HSL color Cylindrical-coordinate representation of color #C81DCC: hue angle of 298.63º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81DCC is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 29 204 -
CMYK 0.02 0.86 0 0.2
HSL 298.63º 0.75% 0.46% -
HSV(B) 298.63º 0.86% 0.8% -
XYZ 35.16 17.52 58.65 -
YUV 100.08 186.65 199.27 -
System Red Green Blue C M Y K H S L
Decimal 200 29 204 0.02 0.86 0 0.2 298.63 0.75 0.46
Hex C8 1D CC 2 56 0 14 12B 4B 2E
Octal 310 35 314 2 126 0 24 453 113 56
Binary 11001000 11101 11001100 10 1010110 0 10100 100101011 1001011 101110

Color Harmonies of #C81DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81DCC

Black with #C81DCC

Text Example


Text Example

White with #C81DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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