Html Css Color HEX #C31FC2 Deep Magenta

📋 copy color: '#C31FC2'

red 195 ◦ green 31 ◦ blue 194

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

Shades of Deep Magenta #C31FC2

Tints of Deep Magenta #C31FC2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.38%

 BLUE value IS 194 (76.17% from 255) = 46.19%

R = 46.43%
G = 7.38%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C31FC2 (or 0xC31FC2) is known color: Deep Magenta. HEX triplet: C3, 1F and C2. RGB value is (195,31,194). Sum of RGB (Red+Green+Blue) = 195+31+194=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 31 (12.5% from 255 or 7.38% from 420); Blue value is 194 (76.17% from 255 or 46.19% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C31FC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31FC2 is #3CE03D. Grayscale: #626262. Windows color (decimal): -3989566 or 12722115. OLE color: 12722115.

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

Color convert

RGB 195 31 194 -
CMYK 0 0.84 0.01 0.24
HSL 300.37º 0.73% 0.44% -
HSV(B) 300.37º 0.84% 0.76% -
XYZ 32.73 16.48 52.49 -
YUV 98.62 181.83 196.75 -
System Red Green Blue C M Y K H S L
Decimal 195 31 194 0 0.84 0.01 0.24 300.37 0.73 0.44
Hex C3 1F C2 0 54 1 18 12C 49 2C
Octal 303 37 302 0 124 1 30 454 111 54
Binary 11000011 11111 11000010 0 1010100 1 11000 100101100 1001001 101100

Color Harmonies of #C31FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31FC2

Black with #C31FC2

Text Example


Text Example

White with #C31FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31FC2; }

 p { color: rgb(195,31,194); }

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

background-color css

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

 a { background-color: rgb(195,31,194); }

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

border-color css

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

 span { border-color: rgb(195,31,194); }

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