#CA45C1

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

Shades of Fuchsia #CA45C1

Tints of Fuchsia #CA45C1

Color information

#CA45C1 (or 0xCA45C1) is unknown color: approx Fuchsia. HEX triplet: CA, 45 and C1. RGB value is (202,69,193). Sum of RGB (Red+Green+Blue) = 202+69+193=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CA45C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA45C1 is #35BA3E. Grayscale: #7A7A7A. Windows color (decimal): -3521087 or 12666314. OLE color: 12666314.

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

Color convert

RGB20269193-
CMYK00.660.040.21
HSL304.06º55.65%53.14%-
HSV(B)304.06º65.84%79.22%-
XYZ36.1120.6652.54-
YUV122.9167.56184.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.53%
GREEN value IS 69 (27.34% from 255) = 14.87%
BLUE value IS 193 (75.78% from 255) = 41.59%
R=43.53%
G=14.87%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026919300.660.040.21304.0655.6553.14
HexCA45C10424151303835
Octal31210530101024254607065
Binary110010101000101110000010100001010010101100110000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA45C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA45C1; }

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

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

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

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

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

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

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

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