Html Css Color HEX #C31EBA Deep Magenta

📋 copy color: '#C31EBA'

red 195 ◦ green 30 ◦ blue 186

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

Shades of Deep Magenta #C31EBA

Tints of Deep Magenta #C31EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.26%

R = 47.45%
G = 7.3%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C31EBA (or 0xC31EBA) is known color: Deep Magenta. HEX triplet: C3, 1E and BA. RGB value is (195,30,186). Sum of RGB (Red+Green+Blue) = 195+30+186=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C31EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31EBA is #3CE145. Grayscale: #606060. Windows color (decimal): -3989830 or 12197571. OLE color: 12197571.

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

Color convert

RGB 195 30 186 -
CMYK 0 0.85 0.05 0.24
HSL 303.27º 0.73% 0.44% -
HSV(B) 303.27º 0.85% 0.76% -
XYZ 31.83 16.08 47.88 -
YUV 97.12 178.16 197.82 -
System Red Green Blue C M Y K H S L
Decimal 195 30 186 0 0.85 0.05 0.24 303.27 0.73 0.44
Hex C3 1E BA 0 55 5 18 12F 49 2C
Octal 303 36 272 0 125 5 30 457 111 54
Binary 11000011 11110 10111010 0 1010101 101 11000 100101111 1001001 101100

Color Harmonies of #C31EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31EBA

Black with #C31EBA

Text Example


Text Example

White with #C31EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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