#CA69B9

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

Shades of Fuchsia #CA69B9

Tints of Fuchsia #CA69B9

Color information

#CA69B9 (or 0xCA69B9) is unknown color: approx Fuchsia. HEX triplet: CA, 69 and B9. RGB value is (202,105,185). Sum of RGB (Red+Green+Blue) = 202+105+185=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CA69B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA69B9 is #359646. Grayscale: #8E8E8E. Windows color (decimal): -3511879 or 12151242. OLE color: 12151242.

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

Color convert

RGB202105185-
CMYK00.480.080.21
HSL310.52º47.78%60.2%-
HSV(B)310.52º48.02%79.22%-
XYZ38.1726.1648.94-
YUV143.12151.64170-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 105 (41.41% from 255) = 21.34%
BLUE value IS 185 (72.66% from 255) = 37.60%
R=41.06%
G=21.34%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210518500.480.080.21310.5247.7860.2
HexCA69B9030815137303c
Octal31215127106010254676074
Binary110010101101001101110010110000100010101100110111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA69B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA69B9; }

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

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

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

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

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

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

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

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