Html Css Color HEX #C75FAC Fuchsia

📋 copy color: '#C75FAC'

red 199 ◦ green 95 ◦ blue 172

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

Shades of Fuchsia #C75FAC

Tints of Fuchsia #C75FAC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.39%

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

R = 42.7%
G = 20.39%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C75FAC (or 0xC75FAC) is known color: Fuchsia. HEX triplet: C7, 5F and AC. RGB value is (199,95,172). Sum of RGB (Red+Green+Blue) = 199+95+172=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C75FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75FAC is #38A053. Grayscale: #868686. Windows color (decimal): -3711060 or 11296711. OLE color: 11296711.

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

Color convert

RGB 199 95 172 -
CMYK 0 0.52 0.14 0.22
HSL 315.58º 0.48% 0.58% -
HSV(B) 315.58º 0.52% 0.78% -
XYZ 35.09 23.31 41.68 -
YUV 134.87 148.96 173.74 -
System Red Green Blue C M Y K H S L
Decimal 199 95 172 0 0.52 0.14 0.22 315.58 0.48 0.58
Hex C7 5F AC 0 34 E 16 13C 30 3A
Octal 307 137 254 0 64 16 26 474 60 72
Binary 11000111 1011111 10101100 0 110100 1110 10110 100111100 110000 111010

Color Harmonies of #C75FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75FAC

Black with #C75FAC

Text Example


Text Example

White with #C75FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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