Html Css Color HEX #C315C1 Deep Magenta

📋 copy color: '#C315C1'

red 195 ◦ green 21 ◦ blue 193

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

Shades of Deep Magenta #C315C1

Tints of Deep Magenta #C315C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 47.19%

R = 47.68%
G = 5.13%
B = 47.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C315C1 (or 0xC315C1) is known color: Deep Magenta. HEX triplet: C3, 15 and C1. RGB value is (195,21,193). Sum of RGB (Red+Green+Blue) = 195+21+193=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C315C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C315C1 is #3CEA3E. Grayscale: #5C5C5C. Windows color (decimal): -3992127 or 12654019. OLE color: 12654019.

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

Color convert

RGB 195 21 193 -
CMYK 0 0.89 0.01 0.24
HSL 300.69º 0.81% 0.42% -
HSV(B) 300.69º 0.89% 0.76% -
XYZ 32.4 15.99 51.83 -
YUV 92.63 184.65 201.01 -
System Red Green Blue C M Y K H S L
Decimal 195 21 193 0 0.89 0.01 0.24 300.69 0.81 0.42
Hex C3 15 C1 0 59 1 18 12D 51 2A
Octal 303 25 301 0 131 1 30 455 121 52
Binary 11000011 10101 11000001 0 1011001 1 11000 100101101 1010001 101010

Color Harmonies of #C315C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C315C1

Black with #C315C1

Text Example


Text Example

White with #C315C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C315C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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