Html Css Color HEX #C31DCF Deep Magenta

📋 copy color: '#C31DCF'

red 195 ◦ green 29 ◦ blue 207

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

Shades of Deep Magenta #C31DCF

Tints of Deep Magenta #C31DCF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.73%

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 45.24%
G = 6.73%
B = 48.03%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C31DCF (or 0xC31DCF) is known color: Deep Magenta. HEX triplet: C3, 1D and CF. RGB value is (195,29,207). Sum of RGB (Red+Green+Blue) = 195+29+207=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 29 (11.72% from 255 or 6.73% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #C31DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31DCF is #3CE230. Grayscale: #626262. Windows color (decimal): -3990065 or 13573571. OLE color: 13573571.

HSL color Cylindrical-coordinate representation of color #C31DCF: hue angle of 295.96º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31DCF is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 29 207 -
CMYK 0.06 0.86 0 0.19
HSL 295.96º 0.75% 0.46% -
HSV(B) 295.96º 0.86% 0.81% -
XYZ 34.21 16.99 60.51 -
YUV 98.93 189 196.53 -
System Red Green Blue C M Y K H S L
Decimal 195 29 207 0.06 0.86 0 0.19 295.96 0.75 0.46
Hex C3 1D CF 6 56 0 13 128 4B 2E
Octal 303 35 317 6 126 0 23 450 113 56
Binary 11000011 11101 11001111 110 1010110 0 10011 100101000 1001011 101110

Color Harmonies of #C31DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31DCF

Black with #C31DCF

Text Example


Text Example

White with #C31DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31DCF; }

 p { color: rgb(195,29,207); }

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

background-color css

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

 a { background-color: rgb(195,29,207); }

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

border-color css

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

 span { border-color: rgb(195,29,207); }

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