Html Css Color HEX #C31CB2 Deep Magenta

📋 copy color: '#C31CB2'

red 195 ◦ green 28 ◦ blue 178

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

Shades of Deep Magenta #C31CB2

Tints of Deep Magenta #C31CB2

RGB

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

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

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

R = 48.63%
G = 6.98%
B = 44.39%

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

#C31CB2 (or 0xC31CB2) is known color: Deep Magenta. HEX triplet: C3, 1C and B2. RGB value is (195,28,178). Sum of RGB (Red+Green+Blue) = 195+28+178=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C31CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31CB2 is #3CE34D. Grayscale: #5E5E5E. Windows color (decimal): -3990350 or 11672771. OLE color: 11672771.

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

Color convert

RGB 195 28 178 -
CMYK 0 0.86 0.09 0.24
HSL 306.11º 0.75% 0.44% -
HSV(B) 306.11º 0.86% 0.76% -
XYZ 30.96 15.65 43.51 -
YUV 95.03 174.83 199.3 -
System Red Green Blue C M Y K H S L
Decimal 195 28 178 0 0.86 0.09 0.24 306.11 0.75 0.44
Hex C3 1C B2 0 56 9 18 132 4B 2C
Octal 303 34 262 0 126 11 30 462 113 54
Binary 11000011 11100 10110010 0 1010110 1001 11000 100110010 1001011 101100

Color Harmonies of #C31CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31CB2

Black with #C31CB2

Text Example


Text Example

White with #C31CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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