Html Css Color HEX #C55CC9 Fuchsia

📋 copy color: '#C55CC9'

red 197 ◦ green 92 ◦ blue 201

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

Shades of Fuchsia #C55CC9

Tints of Fuchsia #C55CC9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.78%

 BLUE value IS 201 (78.91% from 255) = 41.02%

R = 40.2%
G = 18.78%
B = 41.02%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C55CC9 (or 0xC55CC9) is known color: Fuchsia. HEX triplet: C5, 5C and C9. RGB value is (197,92,201). Sum of RGB (Red+Green+Blue) = 197+92+201=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 201 - color contains mainly: blue. Hex color #C55CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CC9 is #3AA336. Grayscale: #878787. Windows color (decimal): -3842871 or 13196485. OLE color: 13196485.

HSL color Cylindrical-coordinate representation of color #C55CC9: hue angle of 297.8º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55CC9 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 92 201 -
CMYK 0.02 0.54 0 0.21
HSL 297.8º 0.5% 0.57% -
HSV(B) 297.8º 0.54% 0.79% -
XYZ 37.4 23.74 57.87 -
YUV 135.82 164.79 171.64 -
System Red Green Blue C M Y K H S L
Decimal 197 92 201 0.02 0.54 0 0.21 297.8 0.5 0.57
Hex C5 5C C9 2 36 0 15 12A 32 39
Octal 305 134 311 2 66 0 25 452 62 71
Binary 11000101 1011100 11001001 10 110110 0 10101 100101010 110010 111001

Color Harmonies of #C55CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55CC9

Black with #C55CC9

Text Example


Text Example

White with #C55CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55CC9; }

 p { color: rgb(197,92,201); }

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

background-color css

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

 a { background-color: rgb(197,92,201); }

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

border-color css

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

 span { border-color: rgb(197,92,201); }

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