Html Css Color HEX #C315B5 Deep Magenta

📋 copy color: '#C315B5'

red 195 ◦ green 21 ◦ blue 181

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

Shades of Deep Magenta #C315B5

Tints of Deep Magenta #C315B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.59%

R = 49.12%
G = 5.29%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C315B5 (or 0xC315B5) is known color: Deep Magenta. HEX triplet: C3, 15 and B5. RGB value is (195,21,181). Sum of RGB (Red+Green+Blue) = 195+21+181=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 181 (71.09% from 255 or 45.59% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C315B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C315B5 is #3CEA4A. Grayscale: #5A5A5A. Windows color (decimal): -3992139 or 11867587. OLE color: 11867587.

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

Color convert

RGB 195 21 181 -
CMYK 0 0.89 0.07 0.24
HSL 304.83º 0.81% 0.42% -
HSV(B) 304.83º 0.89% 0.76% -
XYZ 31.11 15.47 45.06 -
YUV 91.27 178.65 201.99 -
System Red Green Blue C M Y K H S L
Decimal 195 21 181 0 0.89 0.07 0.24 304.83 0.81 0.42
Hex C3 15 B5 0 59 7 18 131 51 2A
Octal 303 25 265 0 131 7 30 461 121 52
Binary 11000011 10101 10110101 0 1011001 111 11000 100110001 1010001 101010

Color Harmonies of #C315B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C315B5

Black with #C315B5

Text Example


Text Example

White with #C315B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C315B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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