Html Css Color HEX #C705AB Deep Magenta

📋 copy color: '#C705AB'

red 199 ◦ green 5 ◦ blue 171

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

Shades of Deep Magenta #C705AB

Tints of Deep Magenta #C705AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 53.07%
G = 1.33%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C705AB (or 0xC705AB) is known color: Deep Magenta. HEX triplet: C7, 05 and AB. RGB value is (199,5,171). Sum of RGB (Red+Green+Blue) = 199+5+171=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C705AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C705AB is #38FA54. Grayscale: #515151. Windows color (decimal): -3734101 or 11208135. OLE color: 11208135.

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

Color convert

RGB 199 5 171 -
CMYK 0 0.97 0.14 0.22
HSL 308.66º 0.95% 0.4% -
HSV(B) 308.66º 0.97% 0.78% -
XYZ 30.96 15.19 39.83 -
YUV 81.93 178.27 211.5 -
System Red Green Blue C M Y K H S L
Decimal 199 5 171 0 0.97 0.14 0.22 308.66 0.95 0.4
Hex C7 5 AB 0 61 E 16 135 5F 28
Octal 307 5 253 0 141 16 26 465 137 50
Binary 11000111 101 10101011 0 1100001 1110 10110 100110101 1011111 101000

Color Harmonies of #C705AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C705AB

Black with #C705AB

Text Example


Text Example

White with #C705AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C705AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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