#C929B6

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

Shades of Fuchsia #C929B6

Tints of Fuchsia #C929B6

Color information

#C929B6 (or 0xC929B6) is unknown color: approx Fuchsia. HEX triplet: C9, 29 and B6. RGB value is (201,41,182). Sum of RGB (Red+Green+Blue) = 201+41+182=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 182 (71.48% from 255 or 42.92% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C929B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C929B6 is #36D649. Grayscale: #686868. Windows color (decimal): -3593802 or 11938249. OLE color: 11938249.

HSL color Cylindrical-coordinate representation of color #C929B6: hue angle of 307.12º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C929B6 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB20141182-
CMYK00.800.090.21
HSL307.12º66.12%47.45%-
HSV(B)307.12º79.6%78.82%-
XYZ33.3217.3845.85-
YUV104.91171.51196.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.41%
GREEN value IS 41 (16.41% from 255) = 9.67%
BLUE value IS 182 (71.48% from 255) = 42.92%
R=47.41%
G=9.67%
B=42.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2014118200.800.090.21307.1266.1247.45
HexC929B6050915133422f
Octal311512660120112546310257
Binary1100100110100110110110010100001001101011001100111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C929B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C929B6; }

 p { color: rgb(201,41,182); }

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

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

 a { background-color: rgb(201,41,182); }

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

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

 span { border-color: rgb(201,41,182); }

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