#CF5ACA

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

Shades of Fuchsia #CF5ACA

Tints of Fuchsia #CF5ACA

Color information

#CF5ACA (or 0xCF5ACA) is unknown color: approx Fuchsia. HEX triplet: CF, 5A and CA. RGB value is (207,90,202). Sum of RGB (Red+Green+Blue) = 207+90+202=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 90 (35.55% from 255 or 18.04% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5ACA is #30A535. Grayscale: #898989. Windows color (decimal): -3188022 or 13261519. OLE color: 13261519.

HSL color Cylindrical-coordinate representation of color #CF5ACA: hue angle of 302.56º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5ACA is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB20790202-
CMYK00.570.020.19
HSL302.56º54.93%58.24%-
HSV(B)302.56º56.52%81.18%-
XYZ40.0524.8458.56-
YUV137.75164.26177.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.48%
GREEN value IS 90 (35.55% from 255) = 18.04%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=41.48%
G=18.04%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079020200.570.020.19302.5654.9358.24
HexCF5ACA03921312f373a
Octal3171323120712234576772
Binary1100111110110101100101001110011010011100101111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5ACA; }

 p { color: rgb(207,90,202); }

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

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

 a { background-color: rgb(207,90,202); }

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

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

 span { border-color: rgb(207,90,202); }

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