#C04BCA

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

Shades of Fuchsia #C04BCA

Tints of Fuchsia #C04BCA

Color information

#C04BCA (or 0xC04BCA) is unknown color: approx Fuchsia. HEX triplet: C0, 4B and CA. RGB value is (192,75,202). Sum of RGB (Red+Green+Blue) = 192+75+202=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #C04BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04BCA is #3FB435. Grayscale: #7C7C7C. Windows color (decimal): -4174902 or 13257664. OLE color: 13257664.

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

Color convert

RGB19275202-
CMYK0.050.6300.21
HSL295.28º54.51%54.31%-
HSV(B)295.28º62.87%79.22%-
XYZ34.9120.557.99-
YUV124.46171.76176.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.94%
GREEN value IS 75 (29.69% from 255) = 15.99%
BLUE value IS 202 (79.30% from 255) = 43.07%
R=40.94%
G=15.99%
B=43.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal192752020.050.6300.21295.2854.5154.31
HexC04BCA53F0151273736
Octal3001133125770254476766
Binary11000000100101111001010101111111010101100100111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04BCA; }

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

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

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

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

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

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

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

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