#ca66c1

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

Shades of Fuchsia #CA66C1

Tints of Fuchsia #CA66C1

Color information

#CA66C1 (or 0xCA66C1) is unknown color: approx Fuchsia. HEX triplet: CA, 66 and C1. RGB value is (202,102,193). Sum of RGB (Red+Green+Blue) = 202+102+193=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CA66C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA66C1 is #35993E. Grayscale: #8E8E8E. Windows color (decimal): -3512639 or 12674762. OLE color: 12674762.

HSL color Cylindrical-coordinate representation of color #CA66C1: hue angle of 305.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA66C1 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB202102193-
CMYK00.500.040.21
HSL305.4º48.54%59.61%-
HSV(B)305.4º49.5%79.22%-
XYZ38.7325.9153.41-
YUV142.27156.63170.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 102 (40.23% from 255) = 20.52%
BLUE value IS 193 (75.78% from 255) = 38.83%
R=40.64%
G=20.52%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210219300.500.040.21305.448.5459.61
HexCA66C1032415131313c
Octal3121463010624254616174
Binary11001010110011011000001011001010010101100110001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca66c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca66c1; }

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

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

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

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

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

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

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

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