Html Css Color HEX #C811CD Deep Magenta

📋 copy color: '#C811CD'

red 200 ◦ green 17 ◦ blue 205

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

Shades of Deep Magenta #C811CD

Tints of Deep Magenta #C811CD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.03%

 BLUE value IS 205 (80.47% from 255) = 48.58%

R = 47.39%
G = 4.03%
B = 48.58%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C811CD (or 0xC811CD) is known color: Deep Magenta. HEX triplet: C8, 11 and CD. RGB value is (200,17,205). Sum of RGB (Red+Green+Blue) = 200+17+205=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #C811CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C811CD is #37EE32. Grayscale: #5C5C5C. Windows color (decimal): -3665459 or 13439432. OLE color: 13439432.

HSL color Cylindrical-coordinate representation of color #C811CD: hue angle of 298.4º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C811CD is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 17 205 -
CMYK 0.02 0.92 0 0.20
HSL 298.4º 0.85% 0.44% -
HSV(B) 298.4º 0.92% 0.8% -
XYZ 35.04 17.09 59.21 -
YUV 93.15 191.13 204.21 -
System Red Green Blue C M Y K H S L
Decimal 200 17 205 0.02 0.92 0 0.20 298.4 0.85 0.44
Hex C8 11 CD 2 5C 0 14 12A 55 2C
Octal 310 21 315 2 134 0 24 452 125 54
Binary 11001000 10001 11001101 10 1011100 0 10100 100101010 1010101 101100

Color Harmonies of #C811CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C811CD

Black with #C811CD

Text Example


Text Example

White with #C811CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C811CD; }

 p { color: rgb(200,17,205); }

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

background-color css

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

 a { background-color: rgb(200,17,205); }

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

border-color css

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

 span { border-color: rgb(200,17,205); }

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