Html Css Color HEX #C711C3 Deep Magenta

📋 copy color: '#C711C3'

red 199 ◦ green 17 ◦ blue 195

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

Shades of Deep Magenta #C711C3

Tints of Deep Magenta #C711C3

RGB

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

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

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

R = 48.42%
G = 4.14%
B = 47.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C711C3 (or 0xC711C3) is known color: Deep Magenta. HEX triplet: C7, 11 and C3. RGB value is (199,17,195). Sum of RGB (Red+Green+Blue) = 199+17+195=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 195 (76.56% from 255 or 47.45% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C711C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C711C3 is #38EE3C. Grayscale: #5B5B5B. Windows color (decimal): -3731005 or 12784071. OLE color: 12784071.

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

Color convert

RGB 199 17 195 -
CMYK 0 0.91 0.02 0.22
HSL 301.32º 0.84% 0.42% -
HSV(B) 301.32º 0.91% 0.78% -
XYZ 33.6 16.48 53.04 -
YUV 91.71 186.3 204.53 -
System Red Green Blue C M Y K H S L
Decimal 199 17 195 0 0.91 0.02 0.22 301.32 0.84 0.42
Hex C7 11 C3 0 5B 2 16 12D 54 2A
Octal 307 21 303 0 133 2 26 455 124 52
Binary 11000111 10001 11000011 0 1011011 10 10110 100101101 1010100 101010

Color Harmonies of #C711C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C711C3

Black with #C711C3

Text Example


Text Example

White with #C711C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C711C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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