Html Css Color HEX #C759AD Fuchsia

📋 copy color: '#C759AD'

red 199 ◦ green 89 ◦ blue 173

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

Shades of Fuchsia #C759AD

Tints of Fuchsia #C759AD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.31%

 BLUE value IS 173 (67.97% from 255) = 37.53%

R = 43.17%
G = 19.31%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C759AD (or 0xC759AD) is known color: Fuchsia. HEX triplet: C7, 59 and AD. RGB value is (199,89,173). Sum of RGB (Red+Green+Blue) = 199+89+173=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C759AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C759AD is #38A652. Grayscale: #838383. Windows color (decimal): -3712595 or 11360711. OLE color: 11360711.

HSL color Cylindrical-coordinate representation of color #C759AD: hue angle of 314.18º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C759AD is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 89 173 -
CMYK 0 0.55 0.13 0.22
HSL 314.18º 0.5% 0.56% -
HSV(B) 314.18º 0.55% 0.78% -
XYZ 34.67 22.3 42.01 -
YUV 131.47 151.44 176.17 -
System Red Green Blue C M Y K H S L
Decimal 199 89 173 0 0.55 0.13 0.22 314.18 0.5 0.56
Hex C7 59 AD 0 37 D 16 13A 32 38
Octal 307 131 255 0 67 15 26 472 62 70
Binary 11000111 1011001 10101101 0 110111 1101 10110 100111010 110010 111000

Color Harmonies of #C759AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C759AD

Black with #C759AD

Text Example


Text Example

White with #C759AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C759AD; }

 p { color: rgb(199,89,173); }

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

background-color css

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

 a { background-color: rgb(199,89,173); }

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

border-color css

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

 span { border-color: rgb(199,89,173); }

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