Html Css Color HEX #C710BA Deep Magenta

📋 copy color: '#C710BA'

red 199 ◦ green 16 ◦ blue 186

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

Shades of Deep Magenta #C710BA

Tints of Deep Magenta #C710BA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.99%

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

R = 49.63%
G = 3.99%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C710BA (or 0xC710BA) is known color: Deep Magenta. HEX triplet: C7, 10 and BA. RGB value is (199,16,186). Sum of RGB (Red+Green+Blue) = 199+16+186=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C710BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C710BA is #38EF45. Grayscale: #595959. Windows color (decimal): -3731270 or 12193991. OLE color: 12193991.

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

Color convert

RGB 199 16 186 -
CMYK 0 0.92 0.07 0.22
HSL 304.26º 0.85% 0.42% -
HSV(B) 304.26º 0.92% 0.78% -
XYZ 32.6 16.06 47.84 -
YUV 90.1 182.13 205.68 -
System Red Green Blue C M Y K H S L
Decimal 199 16 186 0 0.92 0.07 0.22 304.26 0.85 0.42
Hex C7 10 BA 0 5C 7 16 130 55 2A
Octal 307 20 272 0 134 7 26 460 125 52
Binary 11000111 10000 10111010 0 1011100 111 10110 100110000 1010101 101010

Color Harmonies of #C710BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C710BA

Black with #C710BA

Text Example


Text Example

White with #C710BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C710BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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