Html Css Color HEX #C31EBE Deep Magenta

📋 copy color: '#C31EBE'

red 195 ◦ green 30 ◦ blue 190

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

Shades of Deep Magenta #C31EBE

Tints of Deep Magenta #C31EBE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.23%

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

R = 46.99%
G = 7.23%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C31EBE (or 0xC31EBE) is known color: Deep Magenta. HEX triplet: C3, 1E and BE. RGB value is (195,30,190). Sum of RGB (Red+Green+Blue) = 195+30+190=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 30 (12.11% from 255 or 7.23% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C31EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31EBE is #3CE141. Grayscale: #616161. Windows color (decimal): -3989826 or 12459715. OLE color: 12459715.

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

Color convert

RGB 195 30 190 -
CMYK 0 0.85 0.03 0.24
HSL 301.82º 0.73% 0.44% -
HSV(B) 301.82º 0.85% 0.76% -
XYZ 32.26 16.25 50.15 -
YUV 97.58 180.16 197.49 -
System Red Green Blue C M Y K H S L
Decimal 195 30 190 0 0.85 0.03 0.24 301.82 0.73 0.44
Hex C3 1E BE 0 55 3 18 12E 49 2C
Octal 303 36 276 0 125 3 30 456 111 54
Binary 11000011 11110 10111110 0 1010101 11 11000 100101110 1001001 101100

Color Harmonies of #C31EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31EBE

Black with #C31EBE

Text Example


Text Example

White with #C31EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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