#C830AE

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

Shades of Fuchsia #C830AE

Tints of Fuchsia #C830AE

Color information

#C830AE (or 0xC830AE) is unknown color: approx Fuchsia. HEX triplet: C8, 30 and AE. RGB value is (200,48,174). Sum of RGB (Red+Green+Blue) = 200+48+174=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 48 (19.14% from 255 or 11.37% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C830AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C830AE is #37CF51. Grayscale: #6B6B6B. Windows color (decimal): -3657554 or 11415752. OLE color: 11415752.

HSL color Cylindrical-coordinate representation of color #C830AE: hue angle of 310.26º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C830AE is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB20048174-
CMYK00.760.130.22
HSL310.26º61.29%48.63%-
HSV(B)310.26º76%78.43%-
XYZ32.5217.4541.7-
YUV107.81165.36193.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.39%
GREEN value IS 48 (19.14% from 255) = 11.37%
BLUE value IS 174 (68.36% from 255) = 41.23%
R=47.39%
G=11.37%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2004817400.760.130.22310.2661.2948.63
HexC830AE04CD161363d31
Octal31060256011415264667561
Binary110010001100001010111001001100110110110100110110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C830AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C830AE; }

 p { color: rgb(200,48,174); }

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

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

 a { background-color: rgb(200,48,174); }

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

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

 span { border-color: rgb(200,48,174); }

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