Html Css Color HEX #C554AF Fuchsia

📋 copy color: '#C554AF'

red 197 ◦ green 84 ◦ blue 175

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

Shades of Fuchsia #C554AF

Tints of Fuchsia #C554AF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.42%

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

R = 43.2%
G = 18.42%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C554AF (or 0xC554AF) is known color: Fuchsia. HEX triplet: C5, 54 and AF. RGB value is (197,84,175). Sum of RGB (Red+Green+Blue) = 197+84+175=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C554AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C554AF is #3AAB50. Grayscale: #7F7F7F. Windows color (decimal): -3844945 or 11490501. OLE color: 11490501.

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

Color convert

RGB 197 84 175 -
CMYK 0 0.57 0.11 0.23
HSL 311.68º 0.49% 0.55% -
HSV(B) 311.68º 0.57% 0.77% -
XYZ 33.93 21.31 42.88 -
YUV 128.16 154.44 177.1 -
System Red Green Blue C M Y K H S L
Decimal 197 84 175 0 0.57 0.11 0.23 311.68 0.49 0.55
Hex C5 54 AF 0 39 B 17 138 31 37
Octal 305 124 257 0 71 13 27 470 61 67
Binary 11000101 1010100 10101111 0 111001 1011 10111 100111000 110001 110111

Color Harmonies of #C554AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C554AF

Black with #C554AF

Text Example


Text Example

White with #C554AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C554AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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