#C952D1

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

Shades of Fuchsia #C952D1

Tints of Fuchsia #C952D1

Color information

#C952D1 (or 0xC952D1) is unknown color: approx Fuchsia. HEX triplet: C9, 52 and D1. RGB value is (201,82,209). Sum of RGB (Red+Green+Blue) = 201+82+209=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 82 (32.42% from 255 or 16.67% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 209 - color contains mainly: blue. Hex color #C952D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C952D1 is #36AD2E. Grayscale: #838383. Windows color (decimal): -3583279 or 13718217. OLE color: 13718217.

HSL color Cylindrical-coordinate representation of color #C952D1: hue angle of 296.22º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C952D1 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20182209-
CMYK0.040.6100.18
HSL296.22º57.99%57.06%-
HSV(B)296.22º60.77%81.96%-
XYZ38.6123.0662.74-
YUV132.06171.42177.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.85%
GREEN value IS 82 (32.42% from 255) = 16.67%
BLUE value IS 209 (82.03% from 255) = 42.48%
R=40.85%
G=16.67%
B=42.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal201822090.040.6100.18296.2257.9957.06
HexC952D143D0121283a39
Octal3111223214750224507271
Binary11001001101001011010001100111101010010100101000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C952D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C952D1; }

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

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

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

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

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

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

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

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