Html Css Color HEX #C31BB2 Deep Magenta

📋 copy color: '#C31BB2'

red 195 ◦ green 27 ◦ blue 178

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

Shades of Deep Magenta #C31BB2

Tints of Deep Magenta #C31BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.5%

R = 48.75%
G = 6.75%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C31BB2 (or 0xC31BB2) is known color: Deep Magenta. HEX triplet: C3, 1B and B2. RGB value is (195,27,178). Sum of RGB (Red+Green+Blue) = 195+27+178=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 27 (10.94% from 255 or 6.75% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C31BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31BB2 is #3CE44D. Grayscale: #5E5E5E. Windows color (decimal): -3990606 or 11672515. OLE color: 11672515.

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

Color convert

RGB 195 27 178 -
CMYK 0 0.86 0.09 0.24
HSL 306.07º 0.76% 0.44% -
HSV(B) 306.07º 0.86% 0.76% -
XYZ 30.93 15.6 43.5 -
YUV 94.45 175.16 199.72 -
System Red Green Blue C M Y K H S L
Decimal 195 27 178 0 0.86 0.09 0.24 306.07 0.76 0.44
Hex C3 1B B2 0 56 9 18 132 4C 2C
Octal 303 33 262 0 126 11 30 462 114 54
Binary 11000011 11011 10110010 0 1010110 1001 11000 100110010 1001100 101100

Color Harmonies of #C31BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31BB2

Black with #C31BB2

Text Example


Text Example

White with #C31BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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