#CF4BC2

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

Shades of Fuchsia #CF4BC2

Tints of Fuchsia #CF4BC2

Color information

#CF4BC2 (or 0xCF4BC2) is unknown color: approx Fuchsia. HEX triplet: CF, 4B and C2. RGB value is (207,75,194). Sum of RGB (Red+Green+Blue) = 207+75+194=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4BC2 is #30B43D. Grayscale: #7F7F7F. Windows color (decimal): -3191870 or 12733391. OLE color: 12733391.

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

Color convert

RGB20775194-
CMYK00.640.060.19
HSL305.91º57.89%55.29%-
HSV(B)305.91º63.77%81.18%-
XYZ37.9922.1953.32-
YUV128.03165.23184.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.49%
GREEN value IS 75 (29.69% from 255) = 15.76%
BLUE value IS 194 (76.17% from 255) = 40.76%
R=43.49%
G=15.76%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077519400.640.060.19305.9157.8955.29
HexCF4BC20406131323a37
Octal31711330201006234627267
Binary110011111001011110000100100000011010011100110010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4BC2; }

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

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

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

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

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

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

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

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