#CA69C1

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

Shades of Fuchsia #CA69C1

Tints of Fuchsia #CA69C1

Color information

#CA69C1 (or 0xCA69C1) is unknown color: approx Fuchsia. HEX triplet: CA, 69 and C1. RGB value is (202,105,193). Sum of RGB (Red+Green+Blue) = 202+105+193=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA69C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA69C1 is #35963E. Grayscale: #8F8F8F. Windows color (decimal): -3511871 or 12675530. OLE color: 12675530.

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

Color convert

RGB202105193-
CMYK00.480.040.21
HSL305.57º47.78%60.2%-
HSV(B)305.57º48.02%79.22%-
XYZ39.0326.5153.51-
YUV144.04155.64169.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.4%
GREEN value IS 105 (41.41% from 255) = 21%
BLUE value IS 193 (75.78% from 255) = 38.6%
R=40.4%
G=21%
B=38.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210519300.480.040.21305.5747.7860.2
HexCA69C1030415132303c
Octal3121513010604254626074
Binary11001010110100111000001011000010010101100110010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA69C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA69C1; }

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

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

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

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

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

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

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

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