Html Css Color HEX #C31FBA Deep Magenta

📋 copy color: '#C31FBA'

red 195 ◦ green 31 ◦ blue 186

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

Shades of Deep Magenta #C31FBA

Tints of Deep Magenta #C31FBA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.52%

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

R = 47.33%
G = 7.52%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C31FBA (or 0xC31FBA) is known color: Deep Magenta. HEX triplet: C3, 1F and BA. RGB value is (195,31,186). Sum of RGB (Red+Green+Blue) = 195+31+186=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 31 (12.5% from 255 or 7.52% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C31FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31FBA is #3CE045. Grayscale: #616161. Windows color (decimal): -3989574 or 12197827. OLE color: 12197827.

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

Color convert

RGB 195 31 186 -
CMYK 0 0.84 0.05 0.24
HSL 303.29º 0.73% 0.44% -
HSV(B) 303.29º 0.84% 0.76% -
XYZ 31.86 16.13 47.89 -
YUV 97.71 177.83 197.4 -
System Red Green Blue C M Y K H S L
Decimal 195 31 186 0 0.84 0.05 0.24 303.29 0.73 0.44
Hex C3 1F BA 0 54 5 18 12F 49 2C
Octal 303 37 272 0 124 5 30 457 111 54
Binary 11000011 11111 10111010 0 1010100 101 11000 100101111 1001001 101100

Color Harmonies of #C31FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31FBA

Black with #C31FBA

Text Example


Text Example

White with #C31FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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