#CF4BCA

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

Shades of Fuchsia #CF4BCA

Tints of Fuchsia #CF4BCA

Color information

#CF4BCA (or 0xCF4BCA) is unknown color: approx Fuchsia. HEX triplet: CF, 4B and CA. RGB value is (207,75,202). Sum of RGB (Red+Green+Blue) = 207+75+202=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 75 (29.69% from 255 or 15.50% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4BCA is #30B435. Grayscale: #808080. Windows color (decimal): -3191862 or 13257679. OLE color: 13257679.

HSL color Cylindrical-coordinate representation of color #CF4BCA: hue angle of 302.27º 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 #CF4BCA is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB20775202-
CMYK00.640.020.19
HSL302.27º57.89%55.29%-
HSV(B)302.27º63.77%81.18%-
XYZ38.9122.5658.18-
YUV128.95169.23183.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.77%
GREEN value IS 75 (29.69% from 255) = 15.50%
BLUE value IS 202 (79.30% from 255) = 41.74%
R=42.77%
G=15.50%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077520200.640.020.19302.2757.8955.29
HexCF4BCA04021312e3a37
Octal31711331201002234567267
Binary11001111100101111001010010000001010011100101110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4BCA; }

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

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

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

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

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

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

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

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