Html Css Color HEX #C31FAF Deep Magenta

📋 copy color: '#C31FAF'

red 195 ◦ green 31 ◦ blue 175

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

Shades of Deep Magenta #C31FAF

Tints of Deep Magenta #C31FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.64%

R = 48.63%
G = 7.73%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C31FAF (or 0xC31FAF) is known color: Deep Magenta. HEX triplet: C3, 1F and AF. RGB value is (195,31,175). Sum of RGB (Red+Green+Blue) = 195+31+175=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C31FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31FAF is #3CE050. Grayscale: #606060. Windows color (decimal): -3989585 or 11476931. OLE color: 11476931.

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

Color convert

RGB 195 31 175 -
CMYK 0 0.84 0.10 0.24
HSL 307.32º 0.73% 0.44% -
HSV(B) 307.32º 0.84% 0.76% -
XYZ 30.73 15.68 41.96 -
YUV 96.45 172.33 198.29 -
System Red Green Blue C M Y K H S L
Decimal 195 31 175 0 0.84 0.10 0.24 307.32 0.73 0.44
Hex C3 1F AF 0 54 A 18 133 49 2C
Octal 303 37 257 0 124 12 30 463 111 54
Binary 11000011 11111 10101111 0 1010100 1010 11000 100110011 1001001 101100

Color Harmonies of #C31FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31FAF

Black with #C31FAF

Text Example


Text Example

White with #C31FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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