#C754CB

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

Shades of Fuchsia #C754CB

Tints of Fuchsia #C754CB

Color information

#C754CB (or 0xC754CB) is unknown color: approx Fuchsia. HEX triplet: C7, 54 and CB. RGB value is (199,84,203). Sum of RGB (Red+Green+Blue) = 199+84+203=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #C754CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C754CB is #38AB34. Grayscale: #838383. Windows color (decimal): -3713845 or 13325511. OLE color: 13325511.

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

Color convert

RGB19984203-
CMYK0.020.5900.20
HSL297.98º53.36%56.27%-
HSV(B)297.98º58.62%79.61%-
XYZ37.522.7958.92-
YUV131.95168.1175.82-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.95%
GREEN value IS 84 (33.20% from 255) = 17.28%
BLUE value IS 203 (79.69% from 255) = 41.77%
R=40.95%
G=17.28%
B=41.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal199842030.020.5900.20297.9853.3656.27
HexC754CB23B01412a3538
Octal3071243132730244526570
Binary1100011110101001100101110111011010100100101010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C754CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C754CB; }

 p { color: rgb(199,84,203); }

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

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

 a { background-color: rgb(199,84,203); }

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

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

 span { border-color: rgb(199,84,203); }

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