#C45CCD

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

Shades of Fuchsia #C45CCD

Tints of Fuchsia #C45CCD

Color information

#C45CCD (or 0xC45CCD) is unknown color: approx Fuchsia. HEX triplet: C4, 5C and CD. RGB value is (196,92,205). Sum of RGB (Red+Green+Blue) = 196+92+205=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #C45CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45CCD is #3BA332. Grayscale: #878787. Windows color (decimal): -3908403 or 13458628. OLE color: 13458628.

HSL color Cylindrical-coordinate representation of color #C45CCD: hue angle of 295.22º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C45CCD is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19692205-
CMYK0.040.5500.20
HSL295.22º53.05%58.24%-
HSV(B)295.22º55.12%80.39%-
XYZ37.6123.860.37-
YUV135.98166.96170.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.76%
GREEN value IS 92 (36.33% from 255) = 18.66%
BLUE value IS 205 (80.47% from 255) = 41.58%
R=39.76%
G=18.66%
B=41.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal196922050.040.5500.20295.2253.0558.24
HexC45CCD437014127353a
Octal3041343154670244476572
Binary11000100101110011001101100110111010100100100111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45CCD; }

 p { color: rgb(196,92,205); }

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

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

 a { background-color: rgb(196,92,205); }

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

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

 span { border-color: rgb(196,92,205); }

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