Html Css Color HEX #C75EAA Fuchsia

📋 copy color: '#C75EAA'

red 199 ◦ green 94 ◦ blue 170

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

Shades of Fuchsia #C75EAA

Tints of Fuchsia #C75EAA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.3%

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

R = 42.98%
G = 20.3%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C75EAA (or 0xC75EAA) is known color: Fuchsia. HEX triplet: C7, 5E and AA. RGB value is (199,94,170). Sum of RGB (Red+Green+Blue) = 199+94+170=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C75EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75EAA is #38A155. Grayscale: #858585. Windows color (decimal): -3711318 or 11165383. OLE color: 11165383.

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

Color convert

RGB 199 94 170 -
CMYK 0 0.53 0.15 0.22
HSL 316.57º 0.48% 0.57% -
HSV(B) 316.57º 0.53% 0.78% -
XYZ 34.81 23.05 40.64 -
YUV 134.06 148.29 174.32 -
System Red Green Blue C M Y K H S L
Decimal 199 94 170 0 0.53 0.15 0.22 316.57 0.48 0.57
Hex C7 5E AA 0 35 F 16 13D 30 39
Octal 307 136 252 0 65 17 26 475 60 71
Binary 11000111 1011110 10101010 0 110101 1111 10110 100111101 110000 111001

Color Harmonies of #C75EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75EAA

Black with #C75EAA

Text Example


Text Example

White with #C75EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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