#CF45B4

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

Shades of Fuchsia #CF45B4

Tints of Fuchsia #CF45B4

Color information

#CF45B4 (or 0xCF45B4) is unknown color: approx Fuchsia. HEX triplet: CF, 45 and B4. RGB value is (207,69,180). Sum of RGB (Red+Green+Blue) = 207+69+180=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CF45B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF45B4 is #30BA4B. Grayscale: #7A7A7A. Windows color (decimal): -3193420 or 11814351. OLE color: 11814351.

HSL color Cylindrical-coordinate representation of color #CF45B4: hue angle of 311.74º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF45B4 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB20769180-
CMYK00.670.130.19
HSL311.74º58.97%54.12%-
HSV(B)311.74º66.67%81.18%-
XYZ36.120.8245.3-
YUV122.92160.22187.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.39%
GREEN value IS 69 (27.34% from 255) = 15.13%
BLUE value IS 180 (70.70% from 255) = 39.47%
R=45.39%
G=15.13%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076918000.670.130.19311.7458.9754.12
HexCF45B4043D131383b36
Octal317105264010315234707366
Binary1100111110001011011010001000011110110011100111000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF45B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF45B4; }

 p { color: rgb(207,69,180); }

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

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

 a { background-color: rgb(207,69,180); }

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

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

 span { border-color: rgb(207,69,180); }

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