Html Css Color HEX #C311BE Deep Magenta

📋 copy color: '#C311BE'

red 195 ◦ green 17 ◦ blue 190

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

Shades of Deep Magenta #C311BE

Tints of Deep Magenta #C311BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.26%

R = 48.51%
G = 4.23%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C311BE (or 0xC311BE) is known color: Deep Magenta. HEX triplet: C3, 11 and BE. RGB value is (195,17,190). Sum of RGB (Red+Green+Blue) = 195+17+190=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 17 (7.03% from 255 or 4.23% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C311BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C311BE is #3CEE41. Grayscale: #595959. Windows color (decimal): -3993154 or 12456387. OLE color: 12456387.

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

Color convert

RGB 195 17 190 -
CMYK 0 0.91 0.03 0.24
HSL 301.69º 0.84% 0.42% -
HSV(B) 301.69º 0.91% 0.76% -
XYZ 32 15.72 50.06 -
YUV 89.94 184.47 202.93 -
System Red Green Blue C M Y K H S L
Decimal 195 17 190 0 0.91 0.03 0.24 301.69 0.84 0.42
Hex C3 11 BE 0 5B 3 18 12E 54 2A
Octal 303 21 276 0 133 3 30 456 124 52
Binary 11000011 10001 10111110 0 1011011 11 11000 100101110 1010100 101010

Color Harmonies of #C311BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C311BE

Black with #C311BE

Text Example


Text Example

White with #C311BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C311BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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