Html Css Color HEX #C75CAC Fuchsia

📋 copy color: '#C75CAC'

red 199 ◦ green 92 ◦ blue 172

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

Shades of Fuchsia #C75CAC

Tints of Fuchsia #C75CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.87%

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

R = 42.98%
G = 19.87%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C75CAC (or 0xC75CAC) is known color: Fuchsia. HEX triplet: C7, 5C and AC. RGB value is (199,92,172). Sum of RGB (Red+Green+Blue) = 199+92+172=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C75CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75CAC is #38A353. Grayscale: #848484. Windows color (decimal): -3711828 or 11295943. OLE color: 11295943.

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

Color convert

RGB 199 92 172 -
CMYK 0 0.54 0.14 0.22
HSL 315.14º 0.49% 0.57% -
HSV(B) 315.14º 0.54% 0.78% -
XYZ 34.83 22.77 41.59 -
YUV 133.11 149.95 175 -
System Red Green Blue C M Y K H S L
Decimal 199 92 172 0 0.54 0.14 0.22 315.14 0.49 0.57
Hex C7 5C AC 0 36 E 16 13B 31 39
Octal 307 134 254 0 66 16 26 473 61 71
Binary 11000111 1011100 10101100 0 110110 1110 10110 100111011 110001 111001

Color Harmonies of #C75CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75CAC

Black with #C75CAC

Text Example


Text Example

White with #C75CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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