Html Css Color HEX #C31FB3 Deep Magenta

📋 copy color: '#C31FB3'

red 195 ◦ green 31 ◦ blue 179

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

Shades of Deep Magenta #C31FB3

Tints of Deep Magenta #C31FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.2%

R = 48.15%
G = 7.65%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C31FB3 (or 0xC31FB3) is known color: Deep Magenta. HEX triplet: C3, 1F and B3. RGB value is (195,31,179). Sum of RGB (Red+Green+Blue) = 195+31+179=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 31 (12.5% from 255 or 7.65% from 405); Blue value is 179 (70.31% from 255 or 44.20% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C31FB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31FB3 is #3CE04C. Grayscale: #606060. Windows color (decimal): -3989581 or 11739075. OLE color: 11739075.

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

Color convert

RGB 195 31 179 -
CMYK 0 0.84 0.08 0.24
HSL 305.85º 0.73% 0.44% -
HSV(B) 305.85º 0.84% 0.76% -
XYZ 31.13 15.84 44.06 -
YUV 96.91 174.33 197.97 -
System Red Green Blue C M Y K H S L
Decimal 195 31 179 0 0.84 0.08 0.24 305.85 0.73 0.44
Hex C3 1F B3 0 54 8 18 132 49 2C
Octal 303 37 263 0 124 10 30 462 111 54
Binary 11000011 11111 10110011 0 1010100 1000 11000 100110010 1001001 101100

Color Harmonies of #C31FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31FB3

Black with #C31FB3

Text Example


Text Example

White with #C31FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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