#C430CF

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

Shades of Fuchsia #C430CF

Tints of Fuchsia #C430CF

Color information

#C430CF (or 0xC430CF) is unknown color: approx Fuchsia. HEX triplet: C4, 30 and CF. RGB value is (196,48,207). Sum of RGB (Red+Green+Blue) = 196+48+207=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #C430CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C430CF is #3BCF30. Grayscale: #6D6D6D. Windows color (decimal): -3919665 or 13578436. OLE color: 13578436.

HSL color Cylindrical-coordinate representation of color #C430CF: hue angle of 295.85º 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 #C430CF is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19648207-
CMYK0.050.7700.19
HSL295.85º62.35%50%-
HSV(B)295.85º76.81%81.18%-
XYZ35.0818.3560.73-
YUV110.38182.53189.07-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.46%
GREEN value IS 48 (19.14% from 255) = 10.64%
BLUE value IS 207 (81.25% from 255) = 45.90%
R=43.46%
G=10.64%
B=45.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal196482070.050.7700.19295.8562.3550
HexC430CF54D0131283e32
Octal3046031751150234507662
Binary11000100110000110011111011001101010011100101000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C430CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C430CF; }

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

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

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

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

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

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

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

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