#CF30AE

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

Shades of Fuchsia #CF30AE

Tints of Fuchsia #CF30AE

Color information

#CF30AE (or 0xCF30AE) is unknown color: approx Fuchsia. HEX triplet: CF, 30 and AE. RGB value is (207,48,174). Sum of RGB (Red+Green+Blue) = 207+48+174=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF30AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF30AE is #30CF51. Grayscale: #6D6D6D. Windows color (decimal): -3198802 or 11415759. OLE color: 11415759.

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

Color convert

RGB20748174-
CMYK00.770.160.19
HSL312.45º62.35%50%-
HSV(B)312.45º76.81%81.18%-
XYZ34.4318.4441.79-
YUV109.9164.18197.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.25%
GREEN value IS 48 (19.14% from 255) = 11.19%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=48.25%
G=11.19%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074817400.770.160.19312.4562.3550
HexCF30AE04D10131383e32
Octal31760256011520234707662
Binary1100111111000010101110010011011000010011100111000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF30AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF30AE; }

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

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

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

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

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

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

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

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