Html Css Color HEX #C75AAC Fuchsia

📋 copy color: '#C75AAC'

red 199 ◦ green 90 ◦ blue 172

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

Shades of Fuchsia #C75AAC

Tints of Fuchsia #C75AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.52%

 BLUE value IS 172 (67.58% from 255) = 37.31%

R = 43.17%
G = 19.52%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C75AAC (or 0xC75AAC) is known color: Fuchsia. HEX triplet: C7, 5A and AC. RGB value is (199,90,172). Sum of RGB (Red+Green+Blue) = 199+90+172=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C75AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75AAC is #38A553. Grayscale: #838383. Windows color (decimal): -3712340 or 11295431. OLE color: 11295431.

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

Color convert

RGB 199 90 172 -
CMYK 0 0.55 0.14 0.22
HSL 314.86º 0.49% 0.57% -
HSV(B) 314.86º 0.55% 0.78% -
XYZ 34.66 22.43 41.53 -
YUV 131.94 150.61 175.83 -
System Red Green Blue C M Y K H S L
Decimal 199 90 172 0 0.55 0.14 0.22 314.86 0.49 0.57
Hex C7 5A AC 0 37 E 16 13B 31 39
Octal 307 132 254 0 67 16 26 473 61 71
Binary 11000111 1011010 10101100 0 110111 1110 10110 100111011 110001 111001

Color Harmonies of #C75AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75AAC

Black with #C75AAC

Text Example


Text Example

White with #C75AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75AAC; }

 p { color: rgb(199,90,172); }

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

background-color css

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

 a { background-color: rgb(199,90,172); }

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

border-color css

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

 span { border-color: rgb(199,90,172); }

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