Html Css Color HEX #C31BBE Deep Magenta

📋 copy color: '#C31BBE'

red 195 ◦ green 27 ◦ blue 190

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

Shades of Deep Magenta #C31BBE

Tints of Deep Magenta #C31BBE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.55%

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

R = 47.33%
G = 6.55%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C31BBE (or 0xC31BBE) is known color: Deep Magenta. HEX triplet: C3, 1B and BE. RGB value is (195,27,190). Sum of RGB (Red+Green+Blue) = 195+27+190=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 27 (10.94% from 255 or 6.55% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C31BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31BBE is #3CE441. Grayscale: #5F5F5F. Windows color (decimal): -3990594 or 12458947. OLE color: 12458947.

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

Color convert

RGB 195 27 190 -
CMYK 0 0.86 0.03 0.24
HSL 301.79º 0.76% 0.44% -
HSV(B) 301.79º 0.86% 0.76% -
XYZ 32.19 16.1 50.13 -
YUV 95.81 181.16 198.75 -
System Red Green Blue C M Y K H S L
Decimal 195 27 190 0 0.86 0.03 0.24 301.79 0.76 0.44
Hex C3 1B BE 0 56 3 18 12E 4C 2C
Octal 303 33 276 0 126 3 30 456 114 54
Binary 11000011 11011 10111110 0 1010110 11 11000 100101110 1001100 101100

Color Harmonies of #C31BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31BBE

Black with #C31BBE

Text Example


Text Example

White with #C31BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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