#C730CA

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

Shades of Fuchsia #C730CA

Tints of Fuchsia #C730CA

Color information

#C730CA (or 0xC730CA) is unknown color: approx Fuchsia. HEX triplet: C7, 30 and CA. RGB value is (199,48,202). Sum of RGB (Red+Green+Blue) = 199+48+202=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 48 (19.14% from 255 or 10.69% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #C730CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C730CA is #38CF35. Grayscale: #6E6E6E. Windows color (decimal): -3723062 or 13250759. OLE color: 13250759.

HSL color Cylindrical-coordinate representation of color #C730CA: hue angle of 298.83º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C730CA is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19948202-
CMYK0.010.7600.21
HSL298.83º61.6%49.02%-
HSV(B)298.83º76.24%79.22%-
XYZ35.2718.5257.59-
YUV110.7179.53190.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.32%
GREEN value IS 48 (19.14% from 255) = 10.69%
BLUE value IS 202 (79.30% from 255) = 44.99%
R=44.32%
G=10.69%
B=44.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal199482020.010.7600.21298.8361.649.02
HexC730CA14C01512b3e31
Octal3076031211140254537661
Binary110001111100001100101011001100010101100101011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C730CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C730CA; }

 p { color: rgb(199,48,202); }

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

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

 a { background-color: rgb(199,48,202); }

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

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

 span { border-color: rgb(199,48,202); }

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