Html Css Color HEX #C315B2 Deep Magenta

📋 copy color: '#C315B2'

red 195 ◦ green 21 ◦ blue 178

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

Shades of Deep Magenta #C315B2

Tints of Deep Magenta #C315B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.18%

R = 49.49%
G = 5.33%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C315B2 (or 0xC315B2) is known color: Deep Magenta. HEX triplet: C3, 15 and B2. RGB value is (195,21,178). Sum of RGB (Red+Green+Blue) = 195+21+178=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 178 (69.92% from 255 or 45.18% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C315B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C315B2 is #3CEA4D. Grayscale: #5A5A5A. Windows color (decimal): -3992142 or 11670979. OLE color: 11670979.

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

Color convert

RGB 195 21 178 -
CMYK 0 0.89 0.09 0.24
HSL 305.86º 0.81% 0.42% -
HSV(B) 305.86º 0.89% 0.76% -
XYZ 30.81 15.35 43.46 -
YUV 90.92 177.15 202.23 -
System Red Green Blue C M Y K H S L
Decimal 195 21 178 0 0.89 0.09 0.24 305.86 0.81 0.42
Hex C3 15 B2 0 59 9 18 132 51 2A
Octal 303 25 262 0 131 11 30 462 121 52
Binary 11000011 10101 10110010 0 1011001 1001 11000 100110010 1010001 101010

Color Harmonies of #C315B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C315B2

Black with #C315B2

Text Example


Text Example

White with #C315B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C315B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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