#CA34C0

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

Shades of Fuchsia #CA34C0

Tints of Fuchsia #CA34C0

Color information

#CA34C0 (or 0xCA34C0) is unknown color: approx Fuchsia. HEX triplet: CA, 34 and C0. RGB value is (202,52,192). Sum of RGB (Red+Green+Blue) = 202+52+192=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA34C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA34C0 is #35CB3F. Grayscale: #707070. Windows color (decimal): -3525440 or 12596426. OLE color: 12596426.

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

Color convert

RGB20252192-
CMYK00.740.050.21
HSL304º59.06%49.8%-
HSV(B)304º74.26%79.22%-
XYZ35.118.8251.65-
YUV112.81172.7191.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.29%
GREEN value IS 52 (20.70% from 255) = 11.66%
BLUE value IS 192 (75.39% from 255) = 43.05%
R=45.29%
G=11.66%
B=43.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025219200.740.050.2130459.0649.8
HexCA34C004A5151303b32
Octal3126430001125254607362
Binary11001010110100110000000100101010110101100110000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA34C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA34C0; }

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

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

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

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

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

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

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

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