#CA4CC1

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

Shades of Fuchsia #CA4CC1

Tints of Fuchsia #CA4CC1

Color information

#CA4CC1 (or 0xCA4CC1) is unknown color: approx Fuchsia. HEX triplet: CA, 4C and C1. RGB value is (202,76,193). Sum of RGB (Red+Green+Blue) = 202+76+193=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4CC1 is #35B33E. Grayscale: #7E7E7E. Windows color (decimal): -3519295 or 12668106. OLE color: 12668106.

HSL color Cylindrical-coordinate representation of color #CA4CC1: hue angle of 304.29º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4CC1 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB20276193-
CMYK00.620.040.21
HSL304.29º54.31%54.51%-
HSV(B)304.29º62.38%79.22%-
XYZ36.5721.5852.69-
YUV127.01165.24181.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.89%
GREEN value IS 76 (30.08% from 255) = 16.14%
BLUE value IS 193 (75.78% from 255) = 40.98%
R=42.89%
G=16.14%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027619300.620.040.21304.2954.3154.51
HexCA4CC103E4151303637
Octal3121143010764254606667
Binary11001010100110011000001011111010010101100110000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4CC1; }

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

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

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

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

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

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

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

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