Html Css Color HEX #C811C1 Deep Magenta

📋 copy color: '#C811C1'

red 200 ◦ green 17 ◦ blue 193

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

Shades of Deep Magenta #C811C1

Tints of Deep Magenta #C811C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 47.07%

R = 48.78%
G = 4.15%
B = 47.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C811C1 (or 0xC811C1) is known color: Deep Magenta. HEX triplet: C8, 11 and C1. RGB value is (200,17,193). Sum of RGB (Red+Green+Blue) = 200+17+193=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C811C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C811C1 is #37EE3E. Grayscale: #5B5B5B. Windows color (decimal): -3665471 or 12653000. OLE color: 12653000.

HSL color Cylindrical-coordinate representation of color #C811C1: hue angle of 302.3º 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 #C811C1 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 17 193 -
CMYK 0 0.92 0.04 0.22
HSL 302.3º 0.84% 0.43% -
HSV(B) 302.3º 0.92% 0.78% -
XYZ 33.65 16.53 51.87 -
YUV 91.78 185.13 205.19 -
System Red Green Blue C M Y K H S L
Decimal 200 17 193 0 0.92 0.04 0.22 302.3 0.84 0.43
Hex C8 11 C1 0 5C 4 16 12E 54 2B
Octal 310 21 301 0 134 4 26 456 124 53
Binary 11001000 10001 11000001 0 1011100 100 10110 100101110 1010100 101011

Color Harmonies of #C811C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C811C1

Black with #C811C1

Text Example


Text Example

White with #C811C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C811C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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