Html Css Color HEX #C705BA Deep Magenta

📋 copy color: '#C705BA'

red 199 ◦ green 5 ◦ blue 186

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

Shades of Deep Magenta #C705BA

Tints of Deep Magenta #C705BA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.28%

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

R = 51.03%
G = 1.28%
B = 47.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C705BA (or 0xC705BA) is known color: Deep Magenta. HEX triplet: C7, 05 and BA. RGB value is (199,5,186). Sum of RGB (Red+Green+Blue) = 199+5+186=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C705BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C705BA is #38FA45. Grayscale: #535353. Windows color (decimal): -3734086 or 12191175. OLE color: 12191175.

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

Color convert

RGB 199 5 186 -
CMYK 0 0.97 0.07 0.22
HSL 304.02º 0.95% 0.4% -
HSV(B) 304.02º 0.97% 0.78% -
XYZ 32.47 15.8 47.79 -
YUV 83.64 185.77 210.28 -
System Red Green Blue C M Y K H S L
Decimal 199 5 186 0 0.97 0.07 0.22 304.02 0.95 0.4
Hex C7 5 BA 0 61 7 16 130 5F 28
Octal 307 5 272 0 141 7 26 460 137 50
Binary 11000111 101 10111010 0 1100001 111 10110 100110000 1011111 101000

Color Harmonies of #C705BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C705BA

Black with #C705BA

Text Example


Text Example

White with #C705BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C705BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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