#C935BD

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

Shades of Fuchsia #C935BD

Tints of Fuchsia #C935BD

Color information

#C935BD (or 0xC935BD) is unknown color: approx Fuchsia. HEX triplet: C9, 35 and BD. RGB value is (201,53,189). Sum of RGB (Red+Green+Blue) = 201+53+189=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 53 (21.09% from 255 or 11.96% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C935BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C935BD is #36CA42. Grayscale: #707070. Windows color (decimal): -3590723 or 12400073. OLE color: 12400073.

HSL color Cylindrical-coordinate representation of color #C935BD: hue angle of 304.86º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C935BD is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB20153189-
CMYK00.740.060.21
HSL304.86º58.27%49.8%-
HSV(B)304.86º73.63%78.82%-
XYZ34.5518.6449.92-
YUV112.76171.03190.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.37%
GREEN value IS 53 (21.09% from 255) = 11.96%
BLUE value IS 189 (74.22% from 255) = 42.66%
R=45.37%
G=11.96%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015318900.740.060.21304.8658.2749.8
HexC935BD04A6151313a32
Octal3116527501126254617262
Binary11001001110101101111010100101011010101100110001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C935BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C935BD; }

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

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

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

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

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

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

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

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