#C951CE

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

Shades of Fuchsia #C951CE

Tints of Fuchsia #C951CE

Color information

#C951CE (or 0xC951CE) is unknown color: approx Fuchsia. HEX triplet: C9, 51 and CE. RGB value is (201,81,206). Sum of RGB (Red+Green+Blue) = 201+81+206=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #C951CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C951CE is #36AE31. Grayscale: #828282. Windows color (decimal): -3583538 or 13521353. OLE color: 13521353.

HSL color Cylindrical-coordinate representation of color #C951CE: hue angle of 297.6º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C951CE is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20181206-
CMYK0.020.6100.19
HSL297.6º56.05%56.27%-
HSV(B)297.6º60.68%80.78%-
XYZ38.1722.7660.77-
YUV131.13170.26177.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.19%
GREEN value IS 81 (32.03% from 255) = 16.60%
BLUE value IS 206 (80.86% from 255) = 42.21%
R=41.19%
G=16.60%
B=42.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal201812060.020.6100.19297.656.0556.27
HexC951CE23D01312a3838
Octal3111213162750234527070
Binary1100100110100011100111010111101010011100101010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C951CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C951CE; }

 p { color: rgb(201,81,206); }

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

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

 a { background-color: rgb(201,81,206); }

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

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

 span { border-color: rgb(201,81,206); }

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