Html Css Color HEX #C315B9 Deep Magenta

📋 copy color: '#C315B9'

red 195 ◦ green 21 ◦ blue 185

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

Shades of Deep Magenta #C315B9

Tints of Deep Magenta #C315B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.13%

R = 48.63%
G = 5.24%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C315B9 (or 0xC315B9) is known color: Deep Magenta. HEX triplet: C3, 15 and B9. RGB value is (195,21,185). Sum of RGB (Red+Green+Blue) = 195+21+185=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C315B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C315B9 is #3CEA46. Grayscale: #5B5B5B. Windows color (decimal): -3992135 or 12129731. OLE color: 12129731.

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

Color convert

RGB 195 21 185 -
CMYK 0 0.89 0.05 0.24
HSL 303.45º 0.81% 0.42% -
HSV(B) 303.45º 0.89% 0.76% -
XYZ 31.53 15.64 47.26 -
YUV 91.72 180.65 201.66 -
System Red Green Blue C M Y K H S L
Decimal 195 21 185 0 0.89 0.05 0.24 303.45 0.81 0.42
Hex C3 15 B9 0 59 5 18 12F 51 2A
Octal 303 25 271 0 131 5 30 457 121 52
Binary 11000011 10101 10111001 0 1011001 101 11000 100101111 1010001 101010

Color Harmonies of #C315B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C315B9

Black with #C315B9

Text Example


Text Example

White with #C315B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C315B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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