Html Css Color HEX #C711CE Deep Magenta

📋 copy color: '#C711CE'

red 199 ◦ green 17 ◦ blue 206

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

Shades of Deep Magenta #C711CE

Tints of Deep Magenta #C711CE

RGB

 RED value IS 199 (78.13% from 255) = 47.16%

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

 BLUE value IS 206 (80.86% from 255) = 48.82%

R = 47.16%
G = 4.03%
B = 48.82%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C711CE (or 0xC711CE) is known color: Deep Magenta. HEX triplet: C7, 11 and CE. RGB value is (199,17,206). Sum of RGB (Red+Green+Blue) = 199+17+206=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #C711CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C711CE is #38EE31. Grayscale: #5C5C5C. Windows color (decimal): -3730994 or 13504967. OLE color: 13504967.

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

Color convert

RGB 199 17 206 -
CMYK 0.03 0.92 0 0.19
HSL 297.78º 0.85% 0.44% -
HSV(B) 297.78º 0.92% 0.81% -
XYZ 34.89 17 59.83 -
YUV 92.96 191.8 203.63 -
System Red Green Blue C M Y K H S L
Decimal 199 17 206 0.03 0.92 0 0.19 297.78 0.85 0.44
Hex C7 11 CE 3 5C 0 13 12A 55 2C
Octal 307 21 316 3 134 0 23 452 125 54
Binary 11000111 10001 11001110 11 1011100 0 10011 100101010 1010101 101100

Color Harmonies of #C711CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C711CE

Black with #C711CE

Text Example


Text Example

White with #C711CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C711CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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