#CA34B9

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

Shades of Fuchsia #CA34B9

Tints of Fuchsia #CA34B9

Color information

#CA34B9 (or 0xCA34B9) is unknown color: approx Fuchsia. HEX triplet: CA, 34 and B9. RGB value is (202,52,185). Sum of RGB (Red+Green+Blue) = 202+52+185=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA34B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA34B9 is #35CB46. Grayscale: #6F6F6F. Windows color (decimal): -3525447 or 12137674. OLE color: 12137674.

HSL color Cylindrical-coordinate representation of color #CA34B9: hue angle of 306.8º 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 #CA34B9 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB20252185-
CMYK00.740.080.21
HSL306.8º59.06%49.8%-
HSV(B)306.8º74.26%79.22%-
XYZ34.3418.5247.66-
YUV112.01169.2192.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 52 (20.70% from 255) = 11.85%
BLUE value IS 185 (72.66% from 255) = 42.14%
R=46.01%
G=11.85%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025218500.740.080.21306.859.0649.8
HexCA34B904A8151333b32
Octal31264271011210254637362
Binary110010101101001011100101001010100010101100110011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA34B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA34B9; }

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

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

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

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

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

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

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

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