Html Css Color HEX #C555AF Fuchsia

📋 copy color: '#C555AF'

red 197 ◦ green 85 ◦ blue 175

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

Shades of Fuchsia #C555AF

Tints of Fuchsia #C555AF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.6%

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

R = 43.11%
G = 18.6%
B = 38.29%

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

#C555AF (or 0xC555AF) is known color: Fuchsia. HEX triplet: C5, 55 and AF. RGB value is (197,85,175). Sum of RGB (Red+Green+Blue) = 197+85+175=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C555AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C555AF is #3AAA50. Grayscale: #808080. Windows color (decimal): -3844689 or 11490757. OLE color: 11490757.

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

Color convert

RGB 197 85 175 -
CMYK 0 0.57 0.11 0.23
HSL 311.79º 0.49% 0.55% -
HSV(B) 311.79º 0.57% 0.77% -
XYZ 34.01 21.46 42.91 -
YUV 128.75 154.11 176.68 -
System Red Green Blue C M Y K H S L
Decimal 197 85 175 0 0.57 0.11 0.23 311.79 0.49 0.55
Hex C5 55 AF 0 39 B 17 138 31 37
Octal 305 125 257 0 71 13 27 470 61 67
Binary 11000101 1010101 10101111 0 111001 1011 10111 100111000 110001 110111

Color Harmonies of #C555AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C555AF

Black with #C555AF

Text Example


Text Example

White with #C555AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C555AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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