Html Css Color HEX #C31FBF Deep Magenta

📋 copy color: '#C31FBF'

red 195 ◦ green 31 ◦ blue 191

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

Shades of Deep Magenta #C31FBF

Tints of Deep Magenta #C31FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.8%

R = 46.76%
G = 7.43%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C31FBF (or 0xC31FBF) is known color: Deep Magenta. HEX triplet: C3, 1F and BF. RGB value is (195,31,191). Sum of RGB (Red+Green+Blue) = 195+31+191=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C31FBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31FBF is #3CE040. Grayscale: #616161. Windows color (decimal): -3989569 or 12525507. OLE color: 12525507.

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

Color convert

RGB 195 31 191 -
CMYK 0 0.84 0.02 0.24
HSL 301.46º 0.73% 0.44% -
HSV(B) 301.46º 0.84% 0.76% -
XYZ 32.4 16.34 50.74 -
YUV 98.28 180.33 196.99 -
System Red Green Blue C M Y K H S L
Decimal 195 31 191 0 0.84 0.02 0.24 301.46 0.73 0.44
Hex C3 1F BF 0 54 2 18 12D 49 2C
Octal 303 37 277 0 124 2 30 455 111 54
Binary 11000011 11111 10111111 0 1010100 10 11000 100101101 1001001 101100

Color Harmonies of #C31FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31FBF

Black with #C31FBF

Text Example


Text Example

White with #C31FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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