Html Css Color HEX #C31FB5 Deep Magenta

📋 copy color: '#C31FB5'

red 195 ◦ green 31 ◦ blue 181

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

Shades of Deep Magenta #C31FB5

Tints of Deep Magenta #C31FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.47%

R = 47.91%
G = 7.62%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C31FB5 (or 0xC31FB5) is known color: Deep Magenta. HEX triplet: C3, 1F and B5. RGB value is (195,31,181). Sum of RGB (Red+Green+Blue) = 195+31+181=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 31 (12.5% from 255 or 7.62% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C31FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31FB5 is #3CE04A. Grayscale: #606060. Windows color (decimal): -3989579 or 11870147. OLE color: 11870147.

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

Color convert

RGB 195 31 181 -
CMYK 0 0.84 0.07 0.24
HSL 305.12º 0.73% 0.44% -
HSV(B) 305.12º 0.84% 0.76% -
XYZ 31.34 15.92 45.14 -
YUV 97.14 175.33 197.8 -
System Red Green Blue C M Y K H S L
Decimal 195 31 181 0 0.84 0.07 0.24 305.12 0.73 0.44
Hex C3 1F B5 0 54 7 18 131 49 2C
Octal 303 37 265 0 124 7 30 461 111 54
Binary 11000011 11111 10110101 0 1010100 111 11000 100110001 1001001 101100

Color Harmonies of #C31FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31FB5

Black with #C31FB5

Text Example


Text Example

White with #C31FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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