#C952C5

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

Shades of Fuchsia #C952C5

Tints of Fuchsia #C952C5

Color information

#C952C5 (or 0xC952C5) is unknown color: approx Fuchsia. HEX triplet: C9, 52 and C5. RGB value is (201,82,197). Sum of RGB (Red+Green+Blue) = 201+82+197=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 197 (77.34% from 255 or 41.04% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C952C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C952C5 is #36AD3A. Grayscale: #828282. Windows color (decimal): -3583291 or 12931785. OLE color: 12931785.

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

Color convert

RGB20182197-
CMYK00.590.020.21
HSL302.02º52.42%55.49%-
HSV(B)302.02º59.2%78.82%-
XYZ37.1822.4855.2-
YUV130.69165.42178.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.88%
GREEN value IS 82 (32.42% from 255) = 17.08%
BLUE value IS 197 (77.34% from 255) = 41.04%
R=41.88%
G=17.08%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018219700.590.020.21302.0252.4255.49
HexC952C503B21512e3437
Octal3111223050732254566467
Binary1100100110100101100010101110111010101100101110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C952C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C952C5; }

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

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

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

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

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

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

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

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