Html Css Color HEX #C81CD1 Deep Magenta

📋 copy color: '#C81CD1'

red 200 ◦ green 28 ◦ blue 209

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

Shades of Deep Magenta #C81CD1

Tints of Deep Magenta #C81CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 47.83%

R = 45.77%
G = 6.41%
B = 47.83%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C81CD1 (or 0xC81CD1) is known color: Deep Magenta. HEX triplet: C8, 1C and D1. RGB value is (200,28,209). Sum of RGB (Red+Green+Blue) = 200+28+209=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 28 (11.33% from 255 or 6.41% from 437); Blue value is 209 (82.03% from 255 or 47.83% from 437); Max value from RGB is 209 - color contains mainly: blue. Hex color #C81CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81CD1 is #37E32E. Grayscale: #636363. Windows color (decimal): -3662639 or 13704392. OLE color: 13704392.

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

Color convert

RGB 200 28 209 -
CMYK 0.04 0.87 0 0.18
HSL 297.02º 0.76% 0.46% -
HSV(B) 297.02º 0.87% 0.82% -
XYZ 35.74 17.71 61.86 -
YUV 100.06 189.48 199.28 -
System Red Green Blue C M Y K H S L
Decimal 200 28 209 0.04 0.87 0 0.18 297.02 0.76 0.46
Hex C8 1C D1 4 57 0 12 129 4C 2E
Octal 310 34 321 4 127 0 22 451 114 56
Binary 11001000 11100 11010001 100 1010111 0 10010 100101001 1001100 101110

Color Harmonies of #C81CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81CD1

Black with #C81CD1

Text Example


Text Example

White with #C81CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81CD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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