Html Css Color HEX #C31CB5 Deep Magenta

📋 copy color: '#C31CB5'

red 195 ◦ green 28 ◦ blue 181

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

Shades of Deep Magenta #C31CB5

Tints of Deep Magenta #C31CB5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.93%

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

R = 48.27%
G = 6.93%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C31CB5 (or 0xC31CB5) is known color: Deep Magenta. HEX triplet: C3, 1C and B5. RGB value is (195,28,181). Sum of RGB (Red+Green+Blue) = 195+28+181=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C31CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31CB5 is #3CE34A. Grayscale: #5E5E5E. Windows color (decimal): -3990347 or 11869379. OLE color: 11869379.

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

Color convert

RGB 195 28 181 -
CMYK 0 0.86 0.07 0.24
HSL 305.03º 0.75% 0.44% -
HSV(B) 305.03º 0.86% 0.76% -
XYZ 31.26 15.77 45.11 -
YUV 95.38 176.33 199.06 -
System Red Green Blue C M Y K H S L
Decimal 195 28 181 0 0.86 0.07 0.24 305.03 0.75 0.44
Hex C3 1C B5 0 56 7 18 131 4B 2C
Octal 303 34 265 0 126 7 30 461 113 54
Binary 11000011 11100 10110101 0 1010110 111 11000 100110001 1001011 101100

Color Harmonies of #C31CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31CB5

Black with #C31CB5

Text Example


Text Example

White with #C31CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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