Html Css Color HEX #C55CC0 Fuchsia

📋 copy color: '#C55CC0'

red 197 ◦ green 92 ◦ blue 192

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

Shades of Fuchsia #C55CC0

Tints of Fuchsia #C55CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.92%

R = 40.96%
G = 19.13%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C55CC0 (or 0xC55CC0) is known color: Fuchsia. HEX triplet: C5, 5C and C0. RGB value is (197,92,192). Sum of RGB (Red+Green+Blue) = 197+92+192=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C55CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CC0 is #3AA33F. Grayscale: #868686. Windows color (decimal): -3842880 or 12606661. OLE color: 12606661.

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

Color convert

RGB 197 92 192 -
CMYK 0 0.53 0.03 0.23
HSL 302.86º 0.48% 0.57% -
HSV(B) 302.86º 0.53% 0.77% -
XYZ 36.37 23.33 52.46 -
YUV 134.8 160.29 172.37 -
System Red Green Blue C M Y K H S L
Decimal 197 92 192 0 0.53 0.03 0.23 302.86 0.48 0.57
Hex C5 5C C0 0 35 3 17 12F 30 39
Octal 305 134 300 0 65 3 27 457 60 71
Binary 11000101 1011100 11000000 0 110101 11 10111 100101111 110000 111001

Color Harmonies of #C55CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55CC0

Black with #C55CC0

Text Example


Text Example

White with #C55CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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