#C552CD

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

Shades of Fuchsia #C552CD

Tints of Fuchsia #C552CD

Color information

#C552CD (or 0xC552CD) is unknown color: approx Fuchsia. HEX triplet: C5, 52 and CD. RGB value is (197,82,205). Sum of RGB (Red+Green+Blue) = 197+82+205=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #C552CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C552CD is #3AAD32. Grayscale: #828282. Windows color (decimal): -3845427 or 13456069. OLE color: 13456069.

HSL color Cylindrical-coordinate representation of color #C552CD: hue angle of 296.1º 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 #C552CD is Cyan = 0.04, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19782205-
CMYK0.040.600.20
HSL296.1º55.16%56.27%-
HSV(B)296.1º60%80.39%-
XYZ37.0622.3160.11-
YUV130.41170.1175.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.70%
GREEN value IS 82 (32.42% from 255) = 16.94%
BLUE value IS 205 (80.47% from 255) = 42.36%
R=40.70%
G=16.94%
B=42.36%

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
Decimal197822050.040.600.20296.155.1656.27
HexC552CD43C0141283738
Octal3051223154740244506770
Binary11000101101001011001101100111100010100100101000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C552CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C552CD; }

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

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

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

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

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

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

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

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