#CA34C8

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

Shades of Fuchsia #CA34C8

Tints of Fuchsia #CA34C8

Color information

#CA34C8 (or 0xCA34C8) is unknown color: approx Fuchsia. HEX triplet: CA, 34 and C8. RGB value is (202,52,200). Sum of RGB (Red+Green+Blue) = 202+52+200=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 52 (20.70% from 255 or 11.45% from 454); Blue value is 200 (78.52% from 255 or 44.05% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA34C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA34C8 is #35CB37. Grayscale: #717171. Windows color (decimal): -3525432 or 13120714. OLE color: 13120714.

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

Color convert

RGB20252200-
CMYK00.740.010.21
HSL300.8º59.06%49.8%-
HSV(B)300.8º74.26%79.22%-
XYZ36.0119.1856.45-
YUV113.72176.7190.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.49%
GREEN value IS 52 (20.70% from 255) = 11.45%
BLUE value IS 200 (78.52% from 255) = 44.05%
R=44.49%
G=11.45%
B=44.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025220000.740.010.21300.859.0649.8
HexCA34C804A11512d3b32
Octal3126431001121254557362
Binary110010101101001100100001001010110101100101101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA34C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA34C8; }

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

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

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

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

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

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

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

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