#C035BC

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

Shades of Fuchsia #C035BC

Tints of Fuchsia #C035BC

Color information

#C035BC (or 0xC035BC) is unknown color: approx Fuchsia. HEX triplet: C0, 35 and BC. RGB value is (192,53,188). Sum of RGB (Red+Green+Blue) = 192+53+188=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C035BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C035BC is #3FCA43. Grayscale: #6D6D6D. Windows color (decimal): -4180548 or 12334528. OLE color: 12334528.

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

Color convert

RGB19253188-
CMYK00.720.020.25
HSL301.73º56.73%48.04%-
HSV(B)301.73º72.4%75.29%-
XYZ32.0917.3849.24-
YUV109.95172.05186.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.34%
GREEN value IS 53 (21.09% from 255) = 12.24%
BLUE value IS 188 (73.83% from 255) = 43.42%
R=44.34%
G=12.24%
B=43.42%

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
Decimal1925318800.720.020.25301.7356.7348.04
HexC035BC04821912e3930
Octal3006527401102314567160
Binary1100000011010110111100010010001011001100101110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C035BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C035BC; }

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

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

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

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

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

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

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

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