#C952BD

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

Shades of Fuchsia #C952BD

Tints of Fuchsia #C952BD

Color information

#C952BD (or 0xC952BD) is unknown color: approx Fuchsia. HEX triplet: C9, 52 and BD. RGB value is (201,82,189). Sum of RGB (Red+Green+Blue) = 201+82+189=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C952BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C952BD is #36AD42. Grayscale: #818181. Windows color (decimal): -3583299 or 12407497. OLE color: 12407497.

HSL color Cylindrical-coordinate representation of color #C952BD: hue angle of 306.05º 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 #C952BD is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB20182189-
CMYK00.590.060.21
HSL306.05º52.42%55.49%-
HSV(B)306.05º59.2%78.82%-
XYZ36.2922.1350.5-
YUV129.78161.42178.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.58%
GREEN value IS 82 (32.42% from 255) = 17.37%
BLUE value IS 189 (74.22% from 255) = 40.04%
R=42.58%
G=17.37%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018218900.590.060.21306.0552.4255.49
HexC952BD03B6151323437
Octal3111222750736254626467
Binary11001001101001010111101011101111010101100110010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C952BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C952BD; }

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

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

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

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

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

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

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

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