Html Css Color HEX #C314BE Deep Magenta

📋 copy color: '#C314BE'

red 195 ◦ green 20 ◦ blue 190

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

Shades of Deep Magenta #C314BE

Tints of Deep Magenta #C314BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.91%

R = 48.15%
G = 4.94%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C314BE (or 0xC314BE) is known color: Deep Magenta. HEX triplet: C3, 14 and BE. RGB value is (195,20,190). Sum of RGB (Red+Green+Blue) = 195+20+190=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 20 (8.20% from 255 or 4.94% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C314BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C314BE is #3CEB41. Grayscale: #5B5B5B. Windows color (decimal): -3992386 or 12457155. OLE color: 12457155.

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

Color convert

RGB 195 20 190 -
CMYK 0 0.90 0.03 0.24
HSL 301.71º 0.81% 0.42% -
HSV(B) 301.71º 0.9% 0.76% -
XYZ 32.05 15.82 50.08 -
YUV 91.71 183.48 201.68 -
System Red Green Blue C M Y K H S L
Decimal 195 20 190 0 0.90 0.03 0.24 301.71 0.81 0.42
Hex C3 14 BE 0 5A 3 18 12E 51 2A
Octal 303 24 276 0 132 3 30 456 121 52
Binary 11000011 10100 10111110 0 1011010 11 11000 100101110 1010001 101010

Color Harmonies of #C314BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C314BE

Black with #C314BE

Text Example


Text Example

White with #C314BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C314BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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