Html Css Color HEX #C55CC1 Fuchsia

📋 copy color: '#C55CC1'

red 197 ◦ green 92 ◦ blue 193

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

Shades of Fuchsia #C55CC1

Tints of Fuchsia #C55CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.04%

R = 40.87%
G = 19.09%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C55CC1 (or 0xC55CC1) is known color: Fuchsia. HEX triplet: C5, 5C and C1. RGB value is (197,92,193). Sum of RGB (Red+Green+Blue) = 197+92+193=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C55CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CC1 is #3AA33E. Grayscale: #868686. Windows color (decimal): -3842879 or 12672197. OLE color: 12672197.

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

Color convert

RGB 197 92 193 -
CMYK 0 0.53 0.02 0.23
HSL 302.29º 0.48% 0.57% -
HSV(B) 302.29º 0.53% 0.77% -
XYZ 36.48 23.37 53.04 -
YUV 134.91 160.79 172.29 -
System Red Green Blue C M Y K H S L
Decimal 197 92 193 0 0.53 0.02 0.23 302.29 0.48 0.57
Hex C5 5C C1 0 35 2 17 12E 30 39
Octal 305 134 301 0 65 2 27 456 60 71
Binary 11000101 1011100 11000001 0 110101 10 10111 100101110 110000 111001

Color Harmonies of #C55CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55CC1

Black with #C55CC1

Text Example


Text Example

White with #C55CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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