Html Css Color HEX #C759AF Fuchsia

📋 copy color: '#C759AF'

red 199 ◦ green 89 ◦ blue 175

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

Shades of Fuchsia #C759AF

Tints of Fuchsia #C759AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.8%

R = 42.98%
G = 19.22%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C759AF (or 0xC759AF) is known color: Fuchsia. HEX triplet: C7, 59 and AF. RGB value is (199,89,175). Sum of RGB (Red+Green+Blue) = 199+89+175=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C759AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C759AF is #38A650. Grayscale: #838383. Windows color (decimal): -3712593 or 11491783. OLE color: 11491783.

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

Color convert

RGB 199 89 175 -
CMYK 0 0.55 0.12 0.22
HSL 313.09º 0.5% 0.56% -
HSV(B) 313.09º 0.55% 0.78% -
XYZ 34.86 22.38 43.04 -
YUV 131.69 152.44 176.01 -
System Red Green Blue C M Y K H S L
Decimal 199 89 175 0 0.55 0.12 0.22 313.09 0.5 0.56
Hex C7 59 AF 0 37 C 16 139 32 38
Octal 307 131 257 0 67 14 26 471 62 70
Binary 11000111 1011001 10101111 0 110111 1100 10110 100111001 110010 111000

Color Harmonies of #C759AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C759AF

Black with #C759AF

Text Example


Text Example

White with #C759AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C759AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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