#C930CE

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

Shades of Fuchsia #C930CE

Tints of Fuchsia #C930CE

Color information

#C930CE (or 0xC930CE) is unknown color: approx Fuchsia. HEX triplet: C9, 30 and CE. RGB value is (201,48,206). Sum of RGB (Red+Green+Blue) = 201+48+206=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 48 (19.14% from 255 or 10.55% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #C930CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C930CE is #36CF31. Grayscale: #6F6F6F. Windows color (decimal): -3591986 or 13512905. OLE color: 13512905.

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

Color convert

RGB20148206-
CMYK0.020.7700.19
HSL298.1º62.2%49.8%-
HSV(B)298.1º76.7%80.78%-
XYZ36.2818.9960.15-
YUV111.76181.19191.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.18%
GREEN value IS 48 (19.14% from 255) = 10.55%
BLUE value IS 206 (80.86% from 255) = 45.27%
R=44.18%
G=10.55%
B=45.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal201482060.020.7700.19298.162.249.8
HexC930CE24D01312a3e32
Octal3116031621150234527662
Binary1100100111000011001110101001101010011100101010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C930CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C930CE; }

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

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

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

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

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

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

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

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