#cc45cf

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

Shades of Fuchsia #CC45CF

Tints of Fuchsia #CC45CF

Color information

#CC45CF (or 0xCC45CF) is unknown color: approx Fuchsia. HEX triplet: CC, 45 and CF. RGB value is (204,69,207). Sum of RGB (Red+Green+Blue) = 204+69+207=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 69 (27.34% from 255 or 14.38% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC45CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC45CF is #33BA30. Grayscale: #7C7C7C. Windows color (decimal): -3390001 or 13583820. OLE color: 13583820.

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

Color convert

RGB20469207-
CMYK0.010.6700.19
HSL298.7º58.97%54.12%-
HSV(B)298.7º66.67%81.18%-
XYZ38.2921.661.18-
YUV125.1174.23184.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.5%
GREEN value IS 69 (27.34% from 255) = 14.38%
BLUE value IS 207 (81.25% from 255) = 43.12%
R=42.5%
G=14.38%
B=43.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal204692070.010.6700.19298.758.9754.12
HexCC45CF14301312b3b36
Octal31410531711030234537366
Binary1100110010001011100111111000011010011100101011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc45cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc45cf; }

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

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

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

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

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

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

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

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