Html Css Color HEX #C311AC Deep Magenta

📋 copy color: '#C311AC'

red 195 ◦ green 17 ◦ blue 172

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

Shades of Deep Magenta #C311AC

Tints of Deep Magenta #C311AC

RGB

 RED value IS 195 (76.56% from 255) = 50.78%

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

 BLUE value IS 172 (67.58% from 255) = 44.79%

R = 50.78%
G = 4.43%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C311AC (or 0xC311AC) is known color: Deep Magenta. HEX triplet: C3, 11 and AC. RGB value is (195,17,172). Sum of RGB (Red+Green+Blue) = 195+17+172=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C311AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C311AC is #3CEE53. Grayscale: #575757. Windows color (decimal): -3993172 or 11276739. OLE color: 11276739.

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

Color convert

RGB 195 17 172 -
CMYK 0 0.91 0.12 0.24
HSL 307.75º 0.84% 0.42% -
HSV(B) 307.75º 0.91% 0.76% -
XYZ 30.15 14.98 40.33 -
YUV 87.89 175.47 204.4 -
System Red Green Blue C M Y K H S L
Decimal 195 17 172 0 0.91 0.12 0.24 307.75 0.84 0.42
Hex C3 11 AC 0 5B C 18 134 54 2A
Octal 303 21 254 0 133 14 30 464 124 52
Binary 11000011 10001 10101100 0 1011011 1100 11000 100110100 1010100 101010

Color Harmonies of #C311AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C311AC

Black with #C311AC

Text Example


Text Example

White with #C311AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C311AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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