Html Css Color HEX #C552AF Fuchsia

📋 copy color: '#C552AF'

red 197 ◦ green 82 ◦ blue 175

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

Shades of Fuchsia #C552AF

Tints of Fuchsia #C552AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.55%

R = 43.39%
G = 18.06%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C552AF (or 0xC552AF) is known color: Fuchsia. HEX triplet: C5, 52 and AF. RGB value is (197,82,175). Sum of RGB (Red+Green+Blue) = 197+82+175=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C552AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C552AF is #3AAD50. Grayscale: #7E7E7E. Windows color (decimal): -3845457 or 11489989. OLE color: 11489989.

HSL color Cylindrical-coordinate representation of color #C552AF: hue angle of 311.48º 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 #C552AF is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 82 175 -
CMYK 0 0.58 0.11 0.23
HSL 311.48º 0.5% 0.55% -
HSV(B) 311.48º 0.58% 0.77% -
XYZ 33.78 21 42.83 -
YUV 126.99 155.1 177.94 -
System Red Green Blue C M Y K H S L
Decimal 197 82 175 0 0.58 0.11 0.23 311.48 0.5 0.55
Hex C5 52 AF 0 3A B 17 137 32 37
Octal 305 122 257 0 72 13 27 467 62 67
Binary 11000101 1010010 10101111 0 111010 1011 10111 100110111 110010 110111

Color Harmonies of #C552AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C552AF

Black with #C552AF

Text Example


Text Example

White with #C552AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C552AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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