Html Css Color HEX #C31FDC Deep Magenta

📋 copy color: '#C31FDC'

red 195 ◦ green 31 ◦ blue 220

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

Shades of Deep Magenta #C31FDC

Tints of Deep Magenta #C31FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.33%

R = 43.72%
G = 6.95%
B = 49.33%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C31FDC (or 0xC31FDC) is known color: Deep Magenta. HEX triplet: C3, 1F and DC. RGB value is (195,31,220). Sum of RGB (Red+Green+Blue) = 195+31+220=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 31 (12.5% from 255 or 6.95% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #C31FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31FDC is #3CE023. Grayscale: #646464. Windows color (decimal): -3989540 or 14426051. OLE color: 14426051.

HSL color Cylindrical-coordinate representation of color #C31FDC: hue angle of 292.06º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31FDC is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 31 220 -
CMYK 0.11 0.86 0 0.14
HSL 292.06º 0.75% 0.49% -
HSV(B) 292.06º 0.86% 0.86% -
XYZ 35.91 17.75 69.24 -
YUV 101.58 194.83 194.63 -
System Red Green Blue C M Y K H S L
Decimal 195 31 220 0.11 0.86 0 0.14 292.06 0.75 0.49
Hex C3 1F DC B 56 0 E 124 4B 31
Octal 303 37 334 13 126 0 16 444 113 61
Binary 11000011 11111 11011100 1011 1010110 0 1110 100100100 1001011 110001

Color Harmonies of #C31FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31FDC

Black with #C31FDC

Text Example


Text Example

White with #C31FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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