#CF4ABA

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

Shades of Fuchsia #CF4ABA

Tints of Fuchsia #CF4ABA

Color information

#CF4ABA (or 0xCF4ABA) is unknown color: approx Fuchsia. HEX triplet: CF, 4A and BA. RGB value is (207,74,186). Sum of RGB (Red+Green+Blue) = 207+74+186=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4ABA is #30B545. Grayscale: #7E7E7E. Windows color (decimal): -3192134 or 12208847. OLE color: 12208847.

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

Color convert

RGB20774186-
CMYK00.640.100.19
HSL309.47º58.08%55.1%-
HSV(B)309.47º64.25%81.18%-
XYZ37.0421.7148.69-
YUV126.54161.56185.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.33%
GREEN value IS 74 (29.30% from 255) = 15.85%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=44.33%
G=15.85%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077418600.640.100.19309.4758.0855.1
HexCF4ABA040A131353a37
Octal317112272010012234657267
Binary1100111110010101011101001000000101010011100110101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4ABA; }

 p { color: rgb(207,74,186); }

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

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

 a { background-color: rgb(207,74,186); }

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

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

 span { border-color: rgb(207,74,186); }

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