#C952CD

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

Shades of Fuchsia #C952CD

Tints of Fuchsia #C952CD

Color information

#C952CD (or 0xC952CD) is unknown color: approx Fuchsia. HEX triplet: C9, 52 and CD. RGB value is (201,82,205). Sum of RGB (Red+Green+Blue) = 201+82+205=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #C952CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C952CD is #36AD32. Grayscale: #838383. Windows color (decimal): -3583283 or 13456073. OLE color: 13456073.

HSL color Cylindrical-coordinate representation of color #C952CD: hue angle of 298.05º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C952CD is Cyan = 0.02, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20182205-
CMYK0.020.600.20
HSL298.05º55.16%56.27%-
HSV(B)298.05º60%80.39%-
XYZ38.1222.8660.16-
YUV131.6169.42177.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.19%
GREEN value IS 82 (32.42% from 255) = 16.80%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=41.19%
G=16.80%
B=42.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal201822050.020.600.20298.0555.1656.27
HexC952CD23C01412a3738
Octal3111223152740244526770
Binary1100100110100101100110110111100010100100101010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C952CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C952CD; }

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

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

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

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

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

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

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

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