Html Css Color HEX #C754AA Fuchsia

📋 copy color: '#C754AA'

red 199 ◦ green 84 ◦ blue 170

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

Shades of Fuchsia #C754AA

Tints of Fuchsia #C754AA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.54%

 BLUE value IS 170 (66.8% from 255) = 37.53%

R = 43.93%
G = 18.54%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C754AA (or 0xC754AA) is known color: Fuchsia. HEX triplet: C7, 54 and AA. RGB value is (199,84,170). Sum of RGB (Red+Green+Blue) = 199+84+170=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C754AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C754AA is #38AB55. Grayscale: #7F7F7F. Windows color (decimal): -3713878 or 11162823. OLE color: 11162823.

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

Color convert

RGB 199 84 170 -
CMYK 0 0.58 0.15 0.22
HSL 315.13º 0.51% 0.55% -
HSV(B) 315.13º 0.58% 0.78% -
XYZ 33.98 21.39 40.37 -
YUV 128.19 151.6 178.51 -
System Red Green Blue C M Y K H S L
Decimal 199 84 170 0 0.58 0.15 0.22 315.13 0.51 0.55
Hex C7 54 AA 0 3A F 16 13B 33 37
Octal 307 124 252 0 72 17 26 473 63 67
Binary 11000111 1010100 10101010 0 111010 1111 10110 100111011 110011 110111

Color Harmonies of #C754AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C754AA

Black with #C754AA

Text Example


Text Example

White with #C754AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C754AA; }

 p { color: rgb(199,84,170); }

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

background-color css

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

 a { background-color: rgb(199,84,170); }

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

border-color css

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

 span { border-color: rgb(199,84,170); }

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