#CA34BF

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

Shades of Fuchsia #CA34BF

Tints of Fuchsia #CA34BF

Color information

#CA34BF (or 0xCA34BF) is unknown color: approx Fuchsia. HEX triplet: CA, 34 and BF. RGB value is (202,52,191). Sum of RGB (Red+Green+Blue) = 202+52+191=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA34BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA34BF is #35CB40. Grayscale: #707070. Windows color (decimal): -3525441 or 12530890. OLE color: 12530890.

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

Color convert

RGB20252191-
CMYK00.740.050.21
HSL304.4º59.06%49.8%-
HSV(B)304.4º74.26%79.22%-
XYZ34.9918.7751.07-
YUV112.7172.2191.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.39%
GREEN value IS 52 (20.70% from 255) = 11.69%
BLUE value IS 191 (75% from 255) = 42.92%
R=45.39%
G=11.69%
B=42.92%

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
Decimal2025219100.740.050.21304.459.0649.8
HexCA34BF04A5151303b32
Octal3126427701125254607362
Binary11001010110100101111110100101010110101100110000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA34BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA34BF; }

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

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

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

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

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

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

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

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