Html Css Color HEX #C811C5 Deep Magenta

📋 copy color: '#C811C5'

red 200 ◦ green 17 ◦ blue 197

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

Shades of Deep Magenta #C811C5

Tints of Deep Magenta #C811C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 47.58%

R = 48.31%
G = 4.11%
B = 47.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C811C5 (or 0xC811C5) is known color: Deep Magenta. HEX triplet: C8, 11 and C5. RGB value is (200,17,197). Sum of RGB (Red+Green+Blue) = 200+17+197=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 197 (77.34% from 255 or 47.58% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C811C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C811C5 is #37EE3A. Grayscale: #5B5B5B. Windows color (decimal): -3665467 or 12915144. OLE color: 12915144.

HSL color Cylindrical-coordinate representation of color #C811C5: hue angle of 300.98º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C811C5 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 17 197 -
CMYK 0 0.92 0.02 0.22
HSL 300.98º 0.84% 0.43% -
HSV(B) 300.98º 0.92% 0.78% -
XYZ 34.1 16.71 54.25 -
YUV 92.24 187.13 204.86 -
System Red Green Blue C M Y K H S L
Decimal 200 17 197 0 0.92 0.02 0.22 300.98 0.84 0.43
Hex C8 11 C5 0 5C 2 16 12D 54 2B
Octal 310 21 305 0 134 2 26 455 124 53
Binary 11001000 10001 11000101 0 1011100 10 10110 100101101 1010100 101011

Color Harmonies of #C811C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C811C5

Black with #C811C5

Text Example


Text Example

White with #C811C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C811C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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