#C035BB

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

Shades of Fuchsia #C035BB

Tints of Fuchsia #C035BB

Color information

#C035BB (or 0xC035BB) is unknown color: approx Fuchsia. HEX triplet: C0, 35 and BB. RGB value is (192,53,187). Sum of RGB (Red+Green+Blue) = 192+53+187=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 53 (21.09% from 255 or 12.27% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C035BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C035BB is #3FCA44. Grayscale: #6D6D6D. Windows color (decimal): -4180549 or 12268992. OLE color: 12268992.

HSL color Cylindrical-coordinate representation of color #C035BB: hue angle of 302.16º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C035BB is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB19253187-
CMYK00.720.030.25
HSL302.16º56.73%48.04%-
HSV(B)302.16º72.4%75.29%-
XYZ31.9817.3448.68-
YUV109.84171.55186.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.44%
GREEN value IS 53 (21.09% from 255) = 12.27%
BLUE value IS 187 (73.44% from 255) = 43.29%
R=44.44%
G=12.27%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925318700.720.030.25302.1656.7348.04
HexC035BB04831912e3930
Octal3006527301103314567160
Binary1100000011010110111011010010001111001100101110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C035BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C035BB; }

 p { color: rgb(192,53,187); }

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

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

 a { background-color: rgb(192,53,187); }

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

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

 span { border-color: rgb(192,53,187); }

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