#C452CD

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

Shades of Fuchsia #C452CD

Tints of Fuchsia #C452CD

Color information

#C452CD (or 0xC452CD) is unknown color: approx Fuchsia. HEX triplet: C4, 52 and CD. RGB value is (196,82,205). Sum of RGB (Red+Green+Blue) = 196+82+205=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #C452CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C452CD is #3BAD32. Grayscale: #818181. Windows color (decimal): -3910963 or 13456068. OLE color: 13456068.

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

Color convert

RGB19682205-
CMYK0.040.600.20
HSL295.61º55.16%56.27%-
HSV(B)295.61º60%80.39%-
XYZ36.822.1860.1-
YUV130.11170.27175-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.58%
GREEN value IS 82 (32.42% from 255) = 16.98%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=40.58%
G=16.98%
B=42.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal196822050.040.600.20295.6155.1656.27
HexC452CD43C0141283738
Octal3041223154740244506770
Binary11000100101001011001101100111100010100100101000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C452CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C452CD; }

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

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

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

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

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

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

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

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