#C952BB

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

Shades of Fuchsia #C952BB

Tints of Fuchsia #C952BB

Color information

#C952BB (or 0xC952BB) is unknown color: approx Fuchsia. HEX triplet: C9, 52 and BB. RGB value is (201,82,187). Sum of RGB (Red+Green+Blue) = 201+82+187=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C952BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C952BB is #36AD44. Grayscale: #818181. Windows color (decimal): -3583301 or 12276425. OLE color: 12276425.

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

Color convert

RGB20182187-
CMYK00.590.070.21
HSL307.06º52.42%55.49%-
HSV(B)307.06º59.2%78.82%-
XYZ36.0722.0449.37-
YUV129.55160.42178.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.77%
GREEN value IS 82 (32.42% from 255) = 17.45%
BLUE value IS 187 (73.44% from 255) = 39.79%
R=42.77%
G=17.45%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018218700.590.070.21307.0652.4255.49
HexC952BB03B7151333437
Octal3111222730737254636467
Binary11001001101001010111011011101111110101100110011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C952BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C952BB; }

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

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

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

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

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

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

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

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