#C035BD

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

Shades of Fuchsia #C035BD

Tints of Fuchsia #C035BD

Color information

#C035BD (or 0xC035BD) is unknown color: approx Fuchsia. HEX triplet: C0, 35 and BD. RGB value is (192,53,189). Sum of RGB (Red+Green+Blue) = 192+53+189=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 53 (21.09% from 255 or 12.21% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C035BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C035BD is #3FCA42. Grayscale: #6D6D6D. Windows color (decimal): -4180547 or 12400064. OLE color: 12400064.

HSL color Cylindrical-coordinate representation of color #C035BD: hue angle of 301.29º 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 #C035BD is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB19253189-
CMYK00.720.020.25
HSL301.29º56.73%48.04%-
HSV(B)301.29º72.4%75.29%-
XYZ32.217.4349.81-
YUV110.06172.55186.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.24%
GREEN value IS 53 (21.09% from 255) = 12.21%
BLUE value IS 189 (74.22% from 255) = 43.55%
R=44.24%
G=12.21%
B=43.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925318900.720.020.25301.2956.7348.04
HexC035BD04821912d3930
Octal3006527501102314557160
Binary1100000011010110111101010010001011001100101101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C035BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C035BD; }

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

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

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

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

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

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

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

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