#C430AD

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

Shades of Fuchsia #C430AD

Tints of Fuchsia #C430AD

Color information

#C430AD (or 0xC430AD) is unknown color: approx Fuchsia. HEX triplet: C4, 30 and AD. RGB value is (196,48,173). Sum of RGB (Red+Green+Blue) = 196+48+173=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C430AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C430AD is #3BCF52. Grayscale: #6A6A6A. Windows color (decimal): -3919699 or 11350212. OLE color: 11350212.

HSL color Cylindrical-coordinate representation of color #C430AD: hue angle of 309.32º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C430AD is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB19648173-
CMYK00.760.120.23
HSL309.32º60.66%47.84%-
HSV(B)309.32º75.51%76.86%-
XYZ31.3616.8741.14-
YUV106.5165.53191.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.00%
GREEN value IS 48 (19.14% from 255) = 11.51%
BLUE value IS 173 (67.97% from 255) = 41.49%
R=47.00%
G=11.51%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964817300.760.120.23309.3260.6647.84
HexC430AD04CC171353d30
Octal30460255011414274657560
Binary110001001100001010110101001100110010111100110101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C430AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C430AD; }

 p { color: rgb(196,48,173); }

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

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

 a { background-color: rgb(196,48,173); }

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

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

 span { border-color: rgb(196,48,173); }

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