Html Css Color HEX #C55DAA Fuchsia

📋 copy color: '#C55DAA'

red 197 ◦ green 93 ◦ blue 170

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

Shades of Fuchsia #C55DAA

Tints of Fuchsia #C55DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.22%

 BLUE value IS 170 (66.8% from 255) = 36.96%

R = 42.83%
G = 20.22%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C55DAA (or 0xC55DAA) is known color: Fuchsia. HEX triplet: C5, 5D and AA. RGB value is (197,93,170). Sum of RGB (Red+Green+Blue) = 197+93+170=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C55DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55DAA is #3AA255. Grayscale: #848484. Windows color (decimal): -3842646 or 11165125. OLE color: 11165125.

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

Color convert

RGB 197 93 170 -
CMYK 0 0.53 0.14 0.23
HSL 315.58º 0.47% 0.57% -
HSV(B) 315.58º 0.53% 0.77% -
XYZ 34.2 22.6 40.59 -
YUV 132.87 148.96 173.74 -
System Red Green Blue C M Y K H S L
Decimal 197 93 170 0 0.53 0.14 0.23 315.58 0.47 0.57
Hex C5 5D AA 0 35 E 17 13C 2F 39
Octal 305 135 252 0 65 16 27 474 57 71
Binary 11000101 1011101 10101010 0 110101 1110 10111 100111100 101111 111001

Color Harmonies of #C55DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55DAA

Black with #C55DAA

Text Example


Text Example

White with #C55DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55DAA; }

 p { color: rgb(197,93,170); }

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

background-color css

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

 a { background-color: rgb(197,93,170); }

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

border-color css

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

 span { border-color: rgb(197,93,170); }

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