Html Css Color HEX #C55DAE Fuchsia

📋 copy color: '#C55DAE'

red 197 ◦ green 93 ◦ blue 174

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

Shades of Fuchsia #C55DAE

Tints of Fuchsia #C55DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.5%

R = 42.46%
G = 20.04%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C55DAE (or 0xC55DAE) is known color: Fuchsia. HEX triplet: C5, 5D and AE. RGB value is (197,93,174). Sum of RGB (Red+Green+Blue) = 197+93+174=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C55DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55DAE is #3AA251. Grayscale: #858585. Windows color (decimal): -3842642 or 11427269. OLE color: 11427269.

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

Color convert

RGB 197 93 174 -
CMYK 0 0.53 0.12 0.23
HSL 313.27º 0.47% 0.57% -
HSV(B) 313.27º 0.53% 0.77% -
XYZ 34.58 22.76 42.61 -
YUV 133.33 150.96 173.41 -
System Red Green Blue C M Y K H S L
Decimal 197 93 174 0 0.53 0.12 0.23 313.27 0.47 0.57
Hex C5 5D AE 0 35 C 17 139 2F 39
Octal 305 135 256 0 65 14 27 471 57 71
Binary 11000101 1011101 10101110 0 110101 1100 10111 100111001 101111 111001

Color Harmonies of #C55DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55DAE

Black with #C55DAE

Text Example


Text Example

White with #C55DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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