#C750CA

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

Shades of Fuchsia #C750CA

Tints of Fuchsia #C750CA

Color information

#C750CA (or 0xC750CA) is unknown color: approx Fuchsia. HEX triplet: C7, 50 and CA. RGB value is (199,80,202). Sum of RGB (Red+Green+Blue) = 199+80+202=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #C750CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C750CA is #38AF35. Grayscale: #818181. Windows color (decimal): -3714870 or 13258951. OLE color: 13258951.

HSL color Cylindrical-coordinate representation of color #C750CA: hue angle of 298.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C750CA is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19980202-
CMYK0.010.6000.21
HSL298.52º53.51%55.29%-
HSV(B)298.52º60.4%79.22%-
XYZ37.0822.1458.2-
YUV129.49168.92177.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.37%
GREEN value IS 80 (31.64% from 255) = 16.63%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=41.37%
G=16.63%
B=42.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal199802020.010.6000.21298.5253.5155.29
HexC750CA13C01512b3637
Octal3071203121740254536667
Binary110001111010000110010101111100010101100101011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C750CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C750CA; }

 p { color: rgb(199,80,202); }

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

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

 a { background-color: rgb(199,80,202); }

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

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

 span { border-color: rgb(199,80,202); }

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