Html Css Color HEX #C31BB5 Deep Magenta

📋 copy color: '#C31BB5'

red 195 ◦ green 27 ◦ blue 181

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

Shades of Deep Magenta #C31BB5

Tints of Deep Magenta #C31BB5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.7%

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

R = 48.39%
G = 6.7%
B = 44.91%

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

#C31BB5 (or 0xC31BB5) is known color: Deep Magenta. HEX triplet: C3, 1B and B5. RGB value is (195,27,181). Sum of RGB (Red+Green+Blue) = 195+27+181=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 27 (10.94% from 255 or 6.70% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C31BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31BB5 is #3CE44A. Grayscale: #5E5E5E. Windows color (decimal): -3990603 or 11869123. OLE color: 11869123.

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

Color convert

RGB 195 27 181 -
CMYK 0 0.86 0.07 0.24
HSL 305º 0.76% 0.44% -
HSV(B) 305º 0.86% 0.76% -
XYZ 31.24 15.72 45.1 -
YUV 94.79 176.66 199.48 -
System Red Green Blue C M Y K H S L
Decimal 195 27 181 0 0.86 0.07 0.24 305 0.76 0.44
Hex C3 1B B5 0 56 7 18 131 4C 2C
Octal 303 33 265 0 126 7 30 461 114 54
Binary 11000011 11011 10110101 0 1010110 111 11000 100110001 1001100 101100

Color Harmonies of #C31BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31BB5

Black with #C31BB5

Text Example


Text Example

White with #C31BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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