#CA75B3

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

Shades of Fuchsia #CA75B3

Tints of Fuchsia #CA75B3

Color information

#CA75B3 (or 0xCA75B3) is unknown color: approx Fuchsia. HEX triplet: CA, 75 and B3. RGB value is (202,117,179). Sum of RGB (Red+Green+Blue) = 202+117+179=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CA75B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75B3 is #358A4C. Grayscale: #959595. Windows color (decimal): -3508813 or 11761098. OLE color: 11761098.

HSL color Cylindrical-coordinate representation of color #CA75B3: hue angle of 316.24º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA75B3 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB202117179-
CMYK00.420.110.21
HSL316.24º44.5%62.55%-
HSV(B)316.24º42.08%79.22%-
XYZ38.8628.5346.11-
YUV149.48144.66165.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.56%
GREEN value IS 117 (46.09% from 255) = 23.49%
BLUE value IS 179 (70.31% from 255) = 35.94%
R=40.56%
G=23.49%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211717900.420.110.21316.2444.562.55
HexCA75B302AB1513c2d3f
Octal31216526305213254745577
Binary110010101110101101100110101010101110101100111100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA75B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA75B3; }

 p { color: rgb(202,117,179); }

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

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

 a { background-color: rgb(202,117,179); }

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

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

 span { border-color: rgb(202,117,179); }

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