#C753CB

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

Shades of Fuchsia #C753CB

Tints of Fuchsia #C753CB

Color information

#C753CB (or 0xC753CB) is unknown color: approx Fuchsia. HEX triplet: C7, 53 and CB. RGB value is (199,83,203). Sum of RGB (Red+Green+Blue) = 199+83+203=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #C753CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C753CB is #38AC34. Grayscale: #838383. Windows color (decimal): -3714101 or 13325255. OLE color: 13325255.

HSL color Cylindrical-coordinate representation of color #C753CB: hue angle of 298º degrees, saturation: 0.54, 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 #C753CB is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19983203-
CMYK0.020.5900.20
HSL298º53.57%56.08%-
HSV(B)298º59.11%79.61%-
XYZ37.4322.6458.9-
YUV131.36168.43176.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.03%
GREEN value IS 83 (32.81% from 255) = 17.11%
BLUE value IS 203 (79.69% from 255) = 41.86%
R=41.03%
G=17.11%
B=41.86%

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
Decimal199832030.020.5900.2029853.5756.08
HexC753CB23B01412a3638
Octal3071233132730244526670
Binary1100011110100111100101110111011010100100101010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C753CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C753CB; }

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

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

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

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

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

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

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

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