#C750CC

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

Shades of Fuchsia #C750CC

Tints of Fuchsia #C750CC

Color information

#C750CC (or 0xC750CC) is unknown color: approx Fuchsia. HEX triplet: C7, 50 and CC. RGB value is (199,80,204). Sum of RGB (Red+Green+Blue) = 199+80+204=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #C750CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C750CC is #38AF33. Grayscale: #818181. Windows color (decimal): -3714868 or 13390023. OLE color: 13390023.

HSL color Cylindrical-coordinate representation of color #C750CC: hue angle of 297.58º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C750CC is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19980204-
CMYK0.020.6100.2
HSL297.58º54.87%55.69%-
HSV(B)297.58º60.78%80%-
XYZ37.3222.2459.45-
YUV129.72169.92177.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.20%
GREEN value IS 80 (31.64% from 255) = 16.56%
BLUE value IS 204 (80.08% from 255) = 42.24%
R=41.20%
G=16.56%
B=42.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal199802040.020.6100.2297.5854.8755.69
HexC750CC23D01412a3738
Octal3071203142750244526770
Binary1100011110100001100110010111101010100100101010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C750CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C750CC; }

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

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

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

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

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

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

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

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