Html Css Color HEX #C552A9 Fuchsia

📋 copy color: '#C552A9'

red 197 ◦ green 82 ◦ blue 169

#C552A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C552A9

Tints of Fuchsia #C552A9

RGB

 RED value IS 197 (77.34% from 255) = 43.97%

 GREEN value IS 82 (32.42% from 255) = 18.3%

 BLUE value IS 169 (66.41% from 255) = 37.72%

R = 43.97%
G = 18.3%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C552A9 (or 0xC552A9) is known color: Fuchsia. HEX triplet: C5, 52 and A9. RGB value is (197,82,169). Sum of RGB (Red+Green+Blue) = 197+82+169=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 169 (66.41% from 255 or 37.72% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C552A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C552A9 is #3AAD56. Grayscale: #7E7E7E. Windows color (decimal): -3845463 or 11096773. OLE color: 11096773.

HSL color Cylindrical-coordinate representation of color #C552A9: hue angle of 314.61º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C552A9 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 82 169 -
CMYK 0 0.58 0.14 0.23
HSL 314.61º 0.5% 0.55% -
HSV(B) 314.61º 0.58% 0.77% -
XYZ 33.2 20.77 39.79 -
YUV 126.3 152.1 178.43 -
System Red Green Blue C M Y K H S L
Decimal 197 82 169 0 0.58 0.14 0.23 314.61 0.5 0.55
Hex C5 52 A9 0 3A E 17 13B 32 37
Octal 305 122 251 0 72 16 27 473 62 67
Binary 11000101 1010010 10101001 0 111010 1110 10111 100111011 110010 110111

Color Harmonies of #C552A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C552A9

Black with #C552A9

Text Example


Text Example

White with #C552A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C552A9; }

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

 H1.HeaderClassName
 {
   color: #C552A9;
 }
 .AnyTagClassName
 {
   color: #C552A9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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