#CF30B0

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

Shades of Fuchsia #CF30B0

Tints of Fuchsia #CF30B0

Color information

#CF30B0 (or 0xCF30B0) is unknown color: approx Fuchsia. HEX triplet: CF, 30 and B0. RGB value is (207,48,176). Sum of RGB (Red+Green+Blue) = 207+48+176=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF30B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF30B0 is #30CF4F. Grayscale: #6D6D6D. Windows color (decimal): -3198800 or 11546831. OLE color: 11546831.

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

Color convert

RGB20748176-
CMYK00.770.150.19
HSL311.7º62.35%50%-
HSV(B)311.7º76.81%81.18%-
XYZ34.6318.5142.82-
YUV110.13165.18197.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.03%
GREEN value IS 48 (19.14% from 255) = 11.14%
BLUE value IS 176 (69.14% from 255) = 40.84%
R=48.03%
G=11.14%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074817600.770.150.19311.762.3550
HexCF30B004DF131383e32
Octal31760260011517234707662
Binary110011111100001011000001001101111110011100111000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF30B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF30B0; }

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

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

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

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

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

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

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

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