Html Css Color HEX #C555AB Fuchsia

📋 copy color: '#C555AB'

red 197 ◦ green 85 ◦ blue 171

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

Shades of Fuchsia #C555AB

Tints of Fuchsia #C555AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.75%

R = 43.49%
G = 18.76%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C555AB (or 0xC555AB) is known color: Fuchsia. HEX triplet: C5, 55 and AB. RGB value is (197,85,171). Sum of RGB (Red+Green+Blue) = 197+85+171=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C555AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C555AB is #3AAA54. Grayscale: #808080. Windows color (decimal): -3844693 or 11228613. OLE color: 11228613.

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

Color convert

RGB 197 85 171 -
CMYK 0 0.57 0.13 0.23
HSL 313.93º 0.49% 0.55% -
HSV(B) 313.93º 0.57% 0.77% -
XYZ 33.63 21.31 40.87 -
YUV 128.29 152.11 177.01 -
System Red Green Blue C M Y K H S L
Decimal 197 85 171 0 0.57 0.13 0.23 313.93 0.49 0.55
Hex C5 55 AB 0 39 D 17 13A 31 37
Octal 305 125 253 0 71 15 27 472 61 67
Binary 11000101 1010101 10101011 0 111001 1101 10111 100111010 110001 110111

Color Harmonies of #C555AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C555AB

Black with #C555AB

Text Example


Text Example

White with #C555AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C555AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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