Html Css Color HEX #C551AF Fuchsia

📋 copy color: '#C551AF'

red 197 ◦ green 81 ◦ blue 175

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

Shades of Fuchsia #C551AF

Tints of Fuchsia #C551AF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.88%

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

R = 43.49%
G = 17.88%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C551AF (or 0xC551AF) is known color: Fuchsia. HEX triplet: C5, 51 and AF. RGB value is (197,81,175). Sum of RGB (Red+Green+Blue) = 197+81+175=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C551AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C551AF is #3AAE50. Grayscale: #7E7E7E. Windows color (decimal): -3845713 or 11489733. OLE color: 11489733.

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

Color convert

RGB 197 81 175 -
CMYK 0 0.59 0.11 0.23
HSL 311.38º 0.5% 0.55% -
HSV(B) 311.38º 0.59% 0.77% -
XYZ 33.71 20.85 42.81 -
YUV 126.4 155.43 178.36 -
System Red Green Blue C M Y K H S L
Decimal 197 81 175 0 0.59 0.11 0.23 311.38 0.5 0.55
Hex C5 51 AF 0 3B B 17 137 32 37
Octal 305 121 257 0 73 13 27 467 62 67
Binary 11000101 1010001 10101111 0 111011 1011 10111 100110111 110010 110111

Color Harmonies of #C551AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C551AF

Black with #C551AF

Text Example


Text Example

White with #C551AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C551AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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