Html Css Color HEX #C31BC1 Deep Magenta

📋 copy color: '#C31BC1'

red 195 ◦ green 27 ◦ blue 193

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

Shades of Deep Magenta #C31BC1

Tints of Deep Magenta #C31BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.51%

R = 46.99%
G = 6.51%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C31BC1 (or 0xC31BC1) is known color: Deep Magenta. HEX triplet: C3, 1B and C1. RGB value is (195,27,193). Sum of RGB (Red+Green+Blue) = 195+27+193=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 193 (75.78% from 255 or 46.51% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C31BC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31BC1 is #3CE43E. Grayscale: #5F5F5F. Windows color (decimal): -3990591 or 12655555. OLE color: 12655555.

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

Color convert

RGB 195 27 193 -
CMYK 0 0.86 0.01 0.24
HSL 300.71º 0.76% 0.44% -
HSV(B) 300.71º 0.86% 0.76% -
XYZ 32.52 16.24 51.87 -
YUV 96.16 182.66 198.5 -
System Red Green Blue C M Y K H S L
Decimal 195 27 193 0 0.86 0.01 0.24 300.71 0.76 0.44
Hex C3 1B C1 0 56 1 18 12D 4C 2C
Octal 303 33 301 0 126 1 30 455 114 54
Binary 11000011 11011 11000001 0 1010110 1 11000 100101101 1001100 101100

Color Harmonies of #C31BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31BC1

Black with #C31BC1

Text Example


Text Example

White with #C31BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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