Html Css Color HEX #C753AA Fuchsia

📋 copy color: '#C753AA'

red 199 ◦ green 83 ◦ blue 170

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

Shades of Fuchsia #C753AA

Tints of Fuchsia #C753AA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.36%

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

R = 44.03%
G = 18.36%
B = 37.61%

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

#C753AA (or 0xC753AA) is known color: Fuchsia. HEX triplet: C7, 53 and AA. RGB value is (199,83,170). Sum of RGB (Red+Green+Blue) = 199+83+170=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C753AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C753AA is #38AC55. Grayscale: #7F7F7F. Windows color (decimal): -3714134 or 11162567. OLE color: 11162567.

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

Color convert

RGB 199 83 170 -
CMYK 0 0.58 0.15 0.22
HSL 315º 0.51% 0.55% -
HSV(B) 315º 0.58% 0.78% -
XYZ 33.9 21.23 40.34 -
YUV 127.6 151.93 178.93 -
System Red Green Blue C M Y K H S L
Decimal 199 83 170 0 0.58 0.15 0.22 315 0.51 0.55
Hex C7 53 AA 0 3A F 16 13B 33 37
Octal 307 123 252 0 72 17 26 473 63 67
Binary 11000111 1010011 10101010 0 111010 1111 10110 100111011 110011 110111

Color Harmonies of #C753AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C753AA

Black with #C753AA

Text Example


Text Example

White with #C753AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C753AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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