Html Css Color HEX #C811C3 Deep Magenta

📋 copy color: '#C811C3'

red 200 ◦ green 17 ◦ blue 195

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

Shades of Deep Magenta #C811C3

Tints of Deep Magenta #C811C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 47.33%

R = 48.54%
G = 4.13%
B = 47.33%

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

#C811C3 (or 0xC811C3) is known color: Deep Magenta. HEX triplet: C8, 11 and C3. RGB value is (200,17,195). Sum of RGB (Red+Green+Blue) = 200+17+195=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 195 (76.56% from 255 or 47.33% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C811C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C811C3 is #37EE3C. Grayscale: #5B5B5B. Windows color (decimal): -3665469 or 12784072. OLE color: 12784072.

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

Color convert

RGB 200 17 195 -
CMYK 0 0.92 0.02 0.22
HSL 301.64º 0.84% 0.43% -
HSV(B) 301.64º 0.92% 0.78% -
XYZ 33.87 16.62 53.05 -
YUV 92.01 186.13 205.03 -
System Red Green Blue C M Y K H S L
Decimal 200 17 195 0 0.92 0.02 0.22 301.64 0.84 0.43
Hex C8 11 C3 0 5C 2 16 12E 54 2B
Octal 310 21 303 0 134 2 26 456 124 53
Binary 11001000 10001 11000011 0 1011100 10 10110 100101110 1010100 101011

Color Harmonies of #C811C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C811C3

Black with #C811C3

Text Example


Text Example

White with #C811C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C811C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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