Html Css Color HEX #C75AAA Fuchsia

📋 copy color: '#C75AAA'

red 199 ◦ green 90 ◦ blue 170

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

Shades of Fuchsia #C75AAA

Tints of Fuchsia #C75AAA

RGB

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

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

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

R = 43.36%
G = 19.61%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C75AAA (or 0xC75AAA) is known color: Fuchsia. HEX triplet: C7, 5A and AA. RGB value is (199,90,170). Sum of RGB (Red+Green+Blue) = 199+90+170=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C75AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75AAA is #38A555. Grayscale: #838383. Windows color (decimal): -3712342 or 11164359. OLE color: 11164359.

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

Color convert

RGB 199 90 170 -
CMYK 0 0.55 0.15 0.22
HSL 315.96º 0.49% 0.57% -
HSV(B) 315.96º 0.55% 0.78% -
XYZ 34.47 22.36 40.53 -
YUV 131.71 149.61 176 -
System Red Green Blue C M Y K H S L
Decimal 199 90 170 0 0.55 0.15 0.22 315.96 0.49 0.57
Hex C7 5A AA 0 37 F 16 13C 31 39
Octal 307 132 252 0 67 17 26 474 61 71
Binary 11000111 1011010 10101010 0 110111 1111 10110 100111100 110001 111001

Color Harmonies of #C75AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75AAA

Black with #C75AAA

Text Example


Text Example

White with #C75AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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