#C952B1

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

Shades of Fuchsia #C952B1

Tints of Fuchsia #C952B1

Color information

#C952B1 (or 0xC952B1) is unknown color: approx Fuchsia. HEX triplet: C9, 52 and B1. RGB value is (201,82,177). Sum of RGB (Red+Green+Blue) = 201+82+177=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C952B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C952B1 is #36AD4E. Grayscale: #808080. Windows color (decimal): -3583311 or 11621065. OLE color: 11621065.

HSL color Cylindrical-coordinate representation of color #C952B1: hue angle of 312.1º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C952B1 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB20182177-
CMYK00.590.120.21
HSL312.1º52.42%55.49%-
HSV(B)312.1º59.2%78.82%-
XYZ35.0421.6343.92-
YUV128.41155.42179.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.70%
GREEN value IS 82 (32.42% from 255) = 17.83%
BLUE value IS 177 (69.53% from 255) = 38.48%
R=43.70%
G=17.83%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018217700.590.120.21312.152.4255.49
HexC952B103BC151383437
Octal31112226107314254706467
Binary110010011010010101100010111011110010101100111000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C952B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C952B1; }

 p { color: rgb(201,82,177); }

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

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

 a { background-color: rgb(201,82,177); }

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

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

 span { border-color: rgb(201,82,177); }

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