#CA72B6

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

Shades of Fuchsia #CA72B6

Tints of Fuchsia #CA72B6

Color information

#CA72B6 (or 0xCA72B6) is unknown color: approx Fuchsia. HEX triplet: CA, 72 and B6. RGB value is (202,114,182). Sum of RGB (Red+Green+Blue) = 202+114+182=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CA72B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA72B6 is #358D49. Grayscale: #939393. Windows color (decimal): -3509578 or 11956938. OLE color: 11956938.

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

Color convert

RGB202114182-
CMYK00.440.100.21
HSL313.64º45.36%61.96%-
HSV(B)313.64º43.56%79.22%-
XYZ38.8227.9747.61-
YUV148.06147.15166.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.56%
GREEN value IS 114 (44.92% from 255) = 22.89%
BLUE value IS 182 (71.48% from 255) = 36.55%
R=40.56%
G=22.89%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211418200.440.100.21313.6445.3661.96
HexCA72B602CA1513a2d3e
Octal31216226605412254725576
Binary110010101110010101101100101100101010101100111010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA72B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA72B6; }

 p { color: rgb(202,114,182); }

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

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

 a { background-color: rgb(202,114,182); }

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

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

 span { border-color: rgb(202,114,182); }

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