#C75CCE

Color #C75CCE Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C75CCE

Tints of Fuchsia #C75CCE

Color information

#C75CCE (or 0xC75CCE) is unknown color: approx Fuchsia. HEX triplet: C7, 5C and CE. RGB value is (199,92,206). Sum of RGB (Red+Green+Blue) = 199+92+206=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #C75CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75CCE is #38A331. Grayscale: #888888. Windows color (decimal): -3711794 or 13524167. OLE color: 13524167.

HSL color Cylindrical-coordinate representation of color #C75CCE: hue angle of 296.32º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C75CCE is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19992206-
CMYK0.030.5500.19
HSL296.32º53.77%58.43%-
HSV(B)296.32º55.34%80.78%-
XYZ38.5224.2561.04-
YUV136.99166.95172.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.04%
GREEN value IS 92 (36.33% from 255) = 18.51%
BLUE value IS 206 (80.86% from 255) = 41.45%
R=40.04%
G=18.51%
B=41.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal199922060.030.5500.19296.3253.7758.43
HexC75CCE337013128363a
Octal3071343163670234506672
Binary1100011110111001100111011110111010011100101000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75CCE; }

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

 H1.HeaderClassName
 {
   color: #C75CCE;
 }
 .AnyTagClassName
 {
   color: #C75CCE;
 }
</style>
background-color css

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

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

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

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

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

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