Html Css Color HEX #C315BE Deep Magenta

📋 copy color: '#C315BE'

red 195 ◦ green 21 ◦ blue 190

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

Shades of Deep Magenta #C315BE

Tints of Deep Magenta #C315BE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.17%

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

R = 48.03%
G = 5.17%
B = 46.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C315BE (or 0xC315BE) is known color: Deep Magenta. HEX triplet: C3, 15 and BE. RGB value is (195,21,190). Sum of RGB (Red+Green+Blue) = 195+21+190=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C315BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C315BE is #3CEA41. Grayscale: #5B5B5B. Windows color (decimal): -3992130 or 12457411. OLE color: 12457411.

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

Color convert

RGB 195 21 190 -
CMYK 0 0.89 0.03 0.24
HSL 301.72º 0.81% 0.42% -
HSV(B) 301.72º 0.89% 0.76% -
XYZ 32.07 15.86 50.09 -
YUV 92.29 183.15 201.26 -
System Red Green Blue C M Y K H S L
Decimal 195 21 190 0 0.89 0.03 0.24 301.72 0.81 0.42
Hex C3 15 BE 0 59 3 18 12E 51 2A
Octal 303 25 276 0 131 3 30 456 121 52
Binary 11000011 10101 10111110 0 1011001 11 11000 100101110 1010001 101010

Color Harmonies of #C315BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C315BE

Black with #C315BE

Text Example


Text Example

White with #C315BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C315BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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