Html Css Color HEX #C81CDC Deep Magenta

📋 copy color: '#C81CDC'

red 200 ◦ green 28 ◦ blue 220

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

Shades of Deep Magenta #C81CDC

Tints of Deep Magenta #C81CDC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.25%

 BLUE value IS 220 (86.33% from 255) = 49.11%

R = 44.64%
G = 6.25%
B = 49.11%

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

#C81CDC (or 0xC81CDC) is known color: Deep Magenta. HEX triplet: C8, 1C and DC. RGB value is (200,28,220). Sum of RGB (Red+Green+Blue) = 200+28+220=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 28 (11.33% from 255 or 6.25% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #C81CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81CDC is #37E323. Grayscale: #646464. Windows color (decimal): -3662628 or 14425288. OLE color: 14425288.

HSL color Cylindrical-coordinate representation of color #C81CDC: hue angle of 293.75º 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 #C81CDC is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 28 220 -
CMYK 0.09 0.87 0 0.14
HSL 293.75º 0.77% 0.49% -
HSV(B) 293.75º 0.87% 0.86% -
XYZ 37.15 18.28 69.28 -
YUV 101.32 194.98 198.39 -
System Red Green Blue C M Y K H S L
Decimal 200 28 220 0.09 0.87 0 0.14 293.75 0.77 0.49
Hex C8 1C DC 9 57 0 E 126 4D 31
Octal 310 34 334 11 127 0 16 446 115 61
Binary 11001000 11100 11011100 1001 1010111 0 1110 100100110 1001101 110001

Color Harmonies of #C81CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81CDC

Black with #C81CDC

Text Example


Text Example

White with #C81CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81CDC; }

 p { color: rgb(200,28,220); }

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

background-color css

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

 a { background-color: rgb(200,28,220); }

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

border-color css

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

 span { border-color: rgb(200,28,220); }

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