Html Css Color HEX #C716BA Deep Magenta

📋 copy color: '#C716BA'

red 199 ◦ green 22 ◦ blue 186

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

Shades of Deep Magenta #C716BA

Tints of Deep Magenta #C716BA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.41%

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

R = 48.89%
G = 5.41%
B = 45.7%

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

#C716BA (or 0xC716BA) is known color: Deep Magenta. HEX triplet: C7, 16 and BA. RGB value is (199,22,186). Sum of RGB (Red+Green+Blue) = 199+22+186=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C716BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C716BA is #38E945. Grayscale: #5D5D5D. Windows color (decimal): -3729734 or 12195527. OLE color: 12195527.

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

Color convert

RGB 199 22 186 -
CMYK 0 0.89 0.07 0.22
HSL 304.41º 0.8% 0.43% -
HSV(B) 304.41º 0.89% 0.78% -
XYZ 32.7 16.26 47.87 -
YUV 93.62 180.14 203.16 -
System Red Green Blue C M Y K H S L
Decimal 199 22 186 0 0.89 0.07 0.22 304.41 0.8 0.43
Hex C7 16 BA 0 59 7 16 130 50 2B
Octal 307 26 272 0 131 7 26 460 120 53
Binary 11000111 10110 10111010 0 1011001 111 10110 100110000 1010000 101011

Color Harmonies of #C716BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C716BA

Black with #C716BA

Text Example


Text Example

White with #C716BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C716BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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