Html Css Color HEX #C315B8 Deep Magenta

📋 copy color: '#C315B8'

red 195 ◦ green 21 ◦ blue 184

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

Shades of Deep Magenta #C315B8

Tints of Deep Magenta #C315B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 46%

R = 48.75%
G = 5.25%
B = 46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C315B8 (or 0xC315B8) is known color: Deep Magenta. HEX triplet: C3, 15 and B8. RGB value is (195,21,184). Sum of RGB (Red+Green+Blue) = 195+21+184=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 184 (72.27% from 255 or 46% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C315B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C315B8 is #3CEA47. Grayscale: #5B5B5B. Windows color (decimal): -3992136 or 12064195. OLE color: 12064195.

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

Color convert

RGB 195 21 184 -
CMYK 0 0.89 0.06 0.24
HSL 303.79º 0.81% 0.42% -
HSV(B) 303.79º 0.89% 0.76% -
XYZ 31.43 15.6 46.7 -
YUV 91.61 180.15 201.75 -
System Red Green Blue C M Y K H S L
Decimal 195 21 184 0 0.89 0.06 0.24 303.79 0.81 0.42
Hex C3 15 B8 0 59 6 18 130 51 2A
Octal 303 25 270 0 131 6 30 460 121 52
Binary 11000011 10101 10111000 0 1011001 110 11000 100110000 1010001 101010

Color Harmonies of #C315B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C315B8

Black with #C315B8

Text Example


Text Example

White with #C315B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C315B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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