Html Css Color HEX #C314BF Deep Magenta

📋 copy color: '#C314BF'

red 195 ◦ green 20 ◦ blue 191

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

Shades of Deep Magenta #C314BF

Tints of Deep Magenta #C314BF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.93%

 BLUE value IS 191 (75% from 255) = 47.04%

R = 48.03%
G = 4.93%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C314BF (or 0xC314BF) is known color: Deep Magenta. HEX triplet: C3, 14 and BF. RGB value is (195,20,191). Sum of RGB (Red+Green+Blue) = 195+20+191=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C314BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C314BF is #3CEB40. Grayscale: #5B5B5B. Windows color (decimal): -3992385 or 12522691. OLE color: 12522691.

HSL color Cylindrical-coordinate representation of color #C314BF: hue angle of 301.37º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C314BF is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 20 191 -
CMYK 0 0.90 0.02 0.24
HSL 301.37º 0.81% 0.42% -
HSV(B) 301.37º 0.9% 0.76% -
XYZ 32.16 15.86 50.66 -
YUV 91.82 183.98 201.6 -
System Red Green Blue C M Y K H S L
Decimal 195 20 191 0 0.90 0.02 0.24 301.37 0.81 0.42
Hex C3 14 BF 0 5A 2 18 12D 51 2A
Octal 303 24 277 0 132 2 30 455 121 52
Binary 11000011 10100 10111111 0 1011010 10 11000 100101101 1010001 101010

Color Harmonies of #C314BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C314BF

Black with #C314BF

Text Example


Text Example

White with #C314BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C314BF; }

 p { color: rgb(195,20,191); }

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

background-color css

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

 a { background-color: rgb(195,20,191); }

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

border-color css

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

 span { border-color: rgb(195,20,191); }

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