Html Css Color HEX #C311C0 Deep Magenta

📋 copy color: '#C311C0'

red 195 ◦ green 17 ◦ blue 192

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

Shades of Deep Magenta #C311C0

Tints of Deep Magenta #C311C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.52%

R = 48.27%
G = 4.21%
B = 47.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C311C0 (or 0xC311C0) is known color: Deep Magenta. HEX triplet: C3, 11 and C0. RGB value is (195,17,192). Sum of RGB (Red+Green+Blue) = 195+17+192=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C311C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C311C0 is #3CEE3F. Grayscale: #595959. Windows color (decimal): -3993152 or 12587459. OLE color: 12587459.

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

Color convert

RGB 195 17 192 -
CMYK 0 0.91 0.02 0.24
HSL 301.01º 0.84% 0.42% -
HSV(B) 301.01º 0.91% 0.76% -
XYZ 32.22 15.81 51.22 -
YUV 90.17 185.47 202.77 -
System Red Green Blue C M Y K H S L
Decimal 195 17 192 0 0.91 0.02 0.24 301.01 0.84 0.42
Hex C3 11 C0 0 5B 2 18 12D 54 2A
Octal 303 21 300 0 133 2 30 455 124 52
Binary 11000011 10001 11000000 0 1011011 10 11000 100101101 1010100 101010

Color Harmonies of #C311C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C311C0

Black with #C311C0

Text Example


Text Example

White with #C311C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C311C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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