#cf30b3

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

Shades of Fuchsia #CF30B3

Tints of Fuchsia #CF30B3

Color information

#CF30B3 (or 0xCF30B3) is unknown color: approx Fuchsia. HEX triplet: CF, 30 and B3. RGB value is (207,48,179). Sum of RGB (Red+Green+Blue) = 207+48+179=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF30B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF30B3 is #30CF4C. Grayscale: #6E6E6E. Windows color (decimal): -3198797 or 11743439. OLE color: 11743439.

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

Color convert

RGB20748179-
CMYK00.770.140.19
HSL310.57º62.35%50%-
HSV(B)310.57º76.81%81.18%-
XYZ34.9318.6344.4-
YUV110.48166.68196.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.70%
GREEN value IS 48 (19.14% from 255) = 11.06%
BLUE value IS 179 (70.31% from 255) = 41.24%
R=47.70%
G=11.06%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074817900.770.140.19310.5762.3550
HexCF30B304DE131373e32
Octal31760263011516234677662
Binary110011111100001011001101001101111010011100110111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf30b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf30b3; }

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

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

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

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

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

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

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

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