Html Css Color HEX #C705BE Deep Magenta

📋 copy color: '#C705BE'

red 199 ◦ green 5 ◦ blue 190

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

Shades of Deep Magenta #C705BE

Tints of Deep Magenta #C705BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.22%

R = 50.51%
G = 1.27%
B = 48.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C705BE (or 0xC705BE) is known color: Deep Magenta. HEX triplet: C7, 05 and BE. RGB value is (199,5,190). Sum of RGB (Red+Green+Blue) = 199+5+190=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C705BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C705BE is #38FA41. Grayscale: #535353. Windows color (decimal): -3734082 or 12453319. OLE color: 12453319.

HSL color Cylindrical-coordinate representation of color #C705BE: hue angle of 302.78º 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 #C705BE is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 5 190 -
CMYK 0 0.97 0.05 0.22
HSL 302.78º 0.95% 0.4% -
HSV(B) 302.78º 0.97% 0.78% -
XYZ 32.9 15.97 50.06 -
YUV 84.1 187.77 209.96 -
System Red Green Blue C M Y K H S L
Decimal 199 5 190 0 0.97 0.05 0.22 302.78 0.95 0.4
Hex C7 5 BE 0 61 5 16 12F 5F 28
Octal 307 5 276 0 141 5 26 457 137 50
Binary 11000111 101 10111110 0 1100001 101 10110 100101111 1011111 101000

Color Harmonies of #C705BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C705BE

Black with #C705BE

Text Example


Text Example

White with #C705BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C705BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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