Html Css Color HEX #C315B3 Deep Magenta

📋 copy color: '#C315B3'

red 195 ◦ green 21 ◦ blue 179

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

Shades of Deep Magenta #C315B3

Tints of Deep Magenta #C315B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.32%

R = 49.37%
G = 5.32%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C315B3 (or 0xC315B3) is known color: Deep Magenta. HEX triplet: C3, 15 and B3. RGB value is (195,21,179). Sum of RGB (Red+Green+Blue) = 195+21+179=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 179 (70.31% from 255 or 45.32% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C315B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C315B3 is #3CEA4C. Grayscale: #5A5A5A. Windows color (decimal): -3992141 or 11736515. OLE color: 11736515.

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

Color convert

RGB 195 21 179 -
CMYK 0 0.89 0.08 0.24
HSL 305.52º 0.81% 0.42% -
HSV(B) 305.52º 0.89% 0.76% -
XYZ 30.91 15.39 43.99 -
YUV 91.04 177.65 202.15 -
System Red Green Blue C M Y K H S L
Decimal 195 21 179 0 0.89 0.08 0.24 305.52 0.81 0.42
Hex C3 15 B3 0 59 8 18 132 51 2A
Octal 303 25 263 0 131 10 30 462 121 52
Binary 11000011 10101 10110011 0 1011001 1000 11000 100110010 1010001 101010

Color Harmonies of #C315B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C315B3

Black with #C315B3

Text Example


Text Example

White with #C315B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C315B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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