#CA45C7

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

Shades of Fuchsia #CA45C7

Tints of Fuchsia #CA45C7

Color information

#CA45C7 (or 0xCA45C7) is unknown color: approx Fuchsia. HEX triplet: CA, 45 and C7. RGB value is (202,69,199). Sum of RGB (Red+Green+Blue) = 202+69+199=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 69 (27.34% from 255 or 14.68% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA45C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA45C7 is #35BA38. Grayscale: #7B7B7B. Windows color (decimal): -3521081 or 13059530. OLE color: 13059530.

HSL color Cylindrical-coordinate representation of color #CA45C7: hue angle of 301.35º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA45C7 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB20269199-
CMYK00.660.010.21
HSL301.35º55.65%53.14%-
HSV(B)301.35º65.84%79.22%-
XYZ36.7920.9456.13-
YUV123.59170.56183.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.98%
GREEN value IS 69 (27.34% from 255) = 14.68%
BLUE value IS 199 (78.12% from 255) = 42.34%
R=42.98%
G=14.68%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026919900.660.010.21301.3555.6553.14
HexCA45C704211512d3835
Octal31210530701021254557065
Binary1100101010001011100011101000010110101100101101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA45C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA45C7; }

 p { color: rgb(202,69,199); }

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

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

 a { background-color: rgb(202,69,199); }

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

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

 span { border-color: rgb(202,69,199); }

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