Html Css Color HEX #C31EDF Deep Magenta

📋 copy color: '#C31EDF'

red 195 ◦ green 30 ◦ blue 223

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

Shades of Deep Magenta #C31EDF

Tints of Deep Magenta #C31EDF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.7%

 BLUE value IS 223 (87.5% from 255) = 49.78%

R = 43.53%
G = 6.7%
B = 49.78%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C31EDF (or 0xC31EDF) is known color: Deep Magenta. HEX triplet: C3, 1E and DF. RGB value is (195,30,223). Sum of RGB (Red+Green+Blue) = 195+30+223=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 30 (12.11% from 255 or 6.70% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #C31EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31EDF is #3CE120. Grayscale: #646464. Windows color (decimal): -3989793 or 14622403. OLE color: 14622403.

HSL color Cylindrical-coordinate representation of color #C31EDF: hue angle of 291.3º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31EDF is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 30 223 -
CMYK 0.13 0.87 0 0.13
HSL 291.3º 0.76% 0.5% -
HSV(B) 291.3º 0.87% 0.87% -
XYZ 36.29 17.86 71.35 -
YUV 101.34 196.66 194.81 -
System Red Green Blue C M Y K H S L
Decimal 195 30 223 0.13 0.87 0 0.13 291.3 0.76 0.5
Hex C3 1E DF D 57 0 D 123 4C 32
Octal 303 36 337 15 127 0 15 443 114 62
Binary 11000011 11110 11011111 1101 1010111 0 1101 100100011 1001100 110010

Color Harmonies of #C31EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31EDF

Black with #C31EDF

Text Example


Text Example

White with #C31EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31EDF; }

 p { color: rgb(195,30,223); }

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

background-color css

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

 a { background-color: rgb(195,30,223); }

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

border-color css

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

 span { border-color: rgb(195,30,223); }

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