#cf30b7

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

Shades of Fuchsia #CF30B7

Tints of Fuchsia #CF30B7

Color information

#CF30B7 (or 0xCF30B7) is unknown color: approx Fuchsia. HEX triplet: CF, 30 and B7. RGB value is (207,48,183). Sum of RGB (Red+Green+Blue) = 207+48+183=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF30B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF30B7 is #30CF48. Grayscale: #6E6E6E. Windows color (decimal): -3198793 or 12005583. OLE color: 12005583.

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

Color convert

RGB20748183-
CMYK00.770.120.19
HSL309.06º62.35%50%-
HSV(B)309.06º76.81%81.18%-
XYZ35.3418.846.57-
YUV110.93168.68196.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.26%
GREEN value IS 48 (19.14% from 255) = 10.96%
BLUE value IS 183 (71.88% from 255) = 41.78%
R=47.26%
G=10.96%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074818300.770.120.19309.0662.3550
HexCF30B704DC131353e32
Octal31760267011514234657662
Binary110011111100001011011101001101110010011100110101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf30b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf30b7; }

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

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

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

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

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

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

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

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