#CF45D5

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

Shades of Fuchsia #CF45D5

Tints of Fuchsia #CF45D5

Color information

#CF45D5 (or 0xCF45D5) is unknown color: approx Fuchsia. HEX triplet: CF, 45 and D5. RGB value is (207,69,213). Sum of RGB (Red+Green+Blue) = 207+69+213=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 69 (27.34% from 255 or 14.11% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF45D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF45D5 is #30BA2A. Grayscale: #7E7E7E. Windows color (decimal): -3193387 or 13977039. OLE color: 13977039.

HSL color Cylindrical-coordinate representation of color #CF45D5: hue angle of 297.5º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF45D5 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20769213-
CMYK0.030.6800.16
HSL297.5º63.16%55.29%-
HSV(B)297.5º67.61%83.53%-
XYZ39.8722.3365.16-
YUV126.68176.72185.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.33%
GREEN value IS 69 (27.34% from 255) = 14.11%
BLUE value IS 213 (83.59% from 255) = 43.56%
R=42.33%
G=14.11%
B=43.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal207692130.030.6800.16297.563.1655.29
HexCF45D534401012a3f37
Octal31710532531040204527767
Binary11001111100010111010101111000100010000100101010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF45D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF45D5; }

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

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

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

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

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

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

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

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