#CF30BE

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

Shades of Fuchsia #CF30BE

Tints of Fuchsia #CF30BE

Color information

#CF30BE (or 0xCF30BE) is unknown color: approx Fuchsia. HEX triplet: CF, 30 and BE. RGB value is (207,48,190). Sum of RGB (Red+Green+Blue) = 207+48+190=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 48 (19.14% from 255 or 10.79% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF30BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF30BE is #30CF41. Grayscale: #6F6F6F. Windows color (decimal): -3198786 or 12464335. OLE color: 12464335.

HSL color Cylindrical-coordinate representation of color #CF30BE: hue angle of 306.42º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF30BE is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB20748190-
CMYK00.770.080.19
HSL306.42º62.35%50%-
HSV(B)306.42º76.81%81.18%-
XYZ36.0819.150.5-
YUV111.73172.18195.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.52%
GREEN value IS 48 (19.14% from 255) = 10.79%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=46.52%
G=10.79%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074819000.770.080.19306.4262.3550
HexCF30BE04D8131323e32
Octal31760276011510234627662
Binary110011111100001011111001001101100010011100110010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF30BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF30BE; }

 p { color: rgb(207,48,190); }

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

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

 a { background-color: rgb(207,48,190); }

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

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

 span { border-color: rgb(207,48,190); }

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