#C52BBF

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

Shades of Fuchsia #C52BBF

Tints of Fuchsia #C52BBF

Color information

#C52BBF (or 0xC52BBF) is unknown color: approx Fuchsia. HEX triplet: C5, 2B and BF. RGB value is (197,43,191). Sum of RGB (Red+Green+Blue) = 197+43+191=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 43 (17.19% from 255 or 9.98% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C52BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52BBF is #3AD440. Grayscale: #696969. Windows color (decimal): -3855425 or 12528581. OLE color: 12528581.

HSL color Cylindrical-coordinate representation of color #C52BBF: hue angle of 302.34º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52BBF is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB19743191-
CMYK00.780.030.23
HSL302.34º64.17%47.06%-
HSV(B)302.34º78.17%77.25%-
XYZ33.2917.3650.89-
YUV105.92176.02192.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.71%
GREEN value IS 43 (17.19% from 255) = 9.98%
BLUE value IS 191 (75% from 255) = 44.32%
R=45.71%
G=9.98%
B=44.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974319100.780.030.23302.3464.1747.06
HexC52BBF04E31712e402f
Octal30553277011632745610057
Binary11000101101011101111110100111011101111001011101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52BBF; }

 p { color: rgb(197,43,191); }

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

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

 a { background-color: rgb(197,43,191); }

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

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

 span { border-color: rgb(197,43,191); }

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