#C038CA

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

Shades of Fuchsia #C038CA

Tints of Fuchsia #C038CA

Color information

#C038CA (or 0xC038CA) is unknown color: approx Fuchsia. HEX triplet: C0, 38 and CA. RGB value is (192,56,202). Sum of RGB (Red+Green+Blue) = 192+56+202=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 56 (22.27% from 255 or 12.44% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #C038CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C038CA is #3FC735. Grayscale: #707070. Windows color (decimal): -4179766 or 13252800. OLE color: 13252800.

HSL color Cylindrical-coordinate representation of color #C038CA: hue angle of 295.89º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C038CA is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19256202-
CMYK0.050.7200.21
HSL295.89º57.94%50.59%-
HSV(B)295.89º72.28%79.22%-
XYZ33.8118.357.63-
YUV113.31178.06184.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.67%
GREEN value IS 56 (22.27% from 255) = 12.44%
BLUE value IS 202 (79.30% from 255) = 44.89%
R=42.67%
G=12.44%
B=44.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal192562020.050.7200.21295.8957.9450.59
HexC038CA5480151283a33
Octal3007031251100254507263
Binary11000000111000110010101011001000010101100101000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C038CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C038CA; }

 p { color: rgb(192,56,202); }

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

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

 a { background-color: rgb(192,56,202); }

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

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

 span { border-color: rgb(192,56,202); }

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