Html Css Color HEX #C811C7 Deep Magenta

📋 copy color: '#C811C7'

red 200 ◦ green 17 ◦ blue 199

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

Shades of Deep Magenta #C811C7

Tints of Deep Magenta #C811C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 47.84%

R = 48.08%
G = 4.09%
B = 47.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.00

 K value IS 0.22

RGB Variations

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

Color information

#C811C7 (or 0xC811C7) is known color: Deep Magenta. HEX triplet: C8, 11 and C7. RGB value is (200,17,199). Sum of RGB (Red+Green+Blue) = 200+17+199=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 199 (78.12% from 255 or 47.84% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C811C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C811C7 is #37EE38. Grayscale: #5B5B5B. Windows color (decimal): -3665465 or 13046216. OLE color: 13046216.

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

Color convert

RGB 200 17 199 -
CMYK 0 0.92 0.00 0.22
HSL 300.33º 0.84% 0.43% -
HSV(B) 300.33º 0.92% 0.78% -
XYZ 34.33 16.8 55.47 -
YUV 92.47 188.13 204.7 -
System Red Green Blue C M Y K H S L
Decimal 200 17 199 0 0.92 0.00 0.22 300.33 0.84 0.43
Hex C8 11 C7 0 5C 0 16 12C 54 2B
Octal 310 21 307 0 134 0 26 454 124 53
Binary 11001000 10001 11000111 0 1011100 0 10110 100101100 1010100 101011

Color Harmonies of #C811C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C811C7

Black with #C811C7

Text Example


Text Example

White with #C811C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C811C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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