Html Css Color HEX #C715BA Deep Magenta

📋 copy color: '#C715BA'

red 199 ◦ green 21 ◦ blue 186

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

Shades of Deep Magenta #C715BA

Tints of Deep Magenta #C715BA

RGB

 RED value IS 199 (78.13% from 255) = 49.01%

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

 BLUE value IS 186 (73.05% from 255) = 45.81%

R = 49.01%
G = 5.17%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C715BA (or 0xC715BA) is known color: Deep Magenta. HEX triplet: C7, 15 and BA. RGB value is (199,21,186). Sum of RGB (Red+Green+Blue) = 199+21+186=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C715BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C715BA is #38EA45. Grayscale: #5C5C5C. Windows color (decimal): -3729990 or 12195271. OLE color: 12195271.

HSL color Cylindrical-coordinate representation of color #C715BA: hue angle of 304.38º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C715BA is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 21 186 -
CMYK 0 0.89 0.07 0.22
HSL 304.38º 0.81% 0.43% -
HSV(B) 304.38º 0.89% 0.78% -
XYZ 32.68 16.22 47.86 -
YUV 93.03 180.47 203.58 -
System Red Green Blue C M Y K H S L
Decimal 199 21 186 0 0.89 0.07 0.22 304.38 0.81 0.43
Hex C7 15 BA 0 59 7 16 130 51 2B
Octal 307 25 272 0 131 7 26 460 121 53
Binary 11000111 10101 10111010 0 1011001 111 10110 100110000 1010001 101011

Color Harmonies of #C715BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C715BA

Black with #C715BA

Text Example


Text Example

White with #C715BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C715BA; }

 p { color: rgb(199,21,186); }

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

background-color css

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

 a { background-color: rgb(199,21,186); }

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

border-color css

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

 span { border-color: rgb(199,21,186); }

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