Html Css Color HEX #C55CC5 Fuchsia

📋 copy color: '#C55CC5'

red 197 ◦ green 92 ◦ blue 197

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

Shades of Fuchsia #C55CC5

Tints of Fuchsia #C55CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.53%

R = 40.53%
G = 18.93%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C55CC5 (or 0xC55CC5) is known color: Fuchsia. HEX triplet: C5, 5C and C5. RGB value is (197,92,197). Sum of RGB (Red+Green+Blue) = 197+92+197=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 197 - color contains mainly: red, blue. Hex color #C55CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CC5 is #3AA33A. Grayscale: #878787. Windows color (decimal): -3842875 or 12934341. OLE color: 12934341.

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

Color convert

RGB 197 92 197 -
CMYK 0 0.53 0 0.23
HSL 300º 0.48% 0.57% -
HSV(B) 300º 0.53% 0.77% -
XYZ 36.93 23.56 55.42 -
YUV 135.37 162.79 171.96 -
System Red Green Blue C M Y K H S L
Decimal 197 92 197 0 0.53 0 0.23 300 0.48 0.57
Hex C5 5C C5 0 35 0 17 12C 30 39
Octal 305 134 305 0 65 0 27 454 60 71
Binary 11000101 1011100 11000101 0 110101 0 10111 100101100 110000 111001

Color Harmonies of #C55CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55CC5

Black with #C55CC5

Text Example


Text Example

White with #C55CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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