Html Css Color HEX #C551C0 Fuchsia

📋 copy color: '#C551C0'

red 197 ◦ green 81 ◦ blue 192

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

Shades of Fuchsia #C551C0

Tints of Fuchsia #C551C0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.23%

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

R = 41.91%
G = 17.23%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C551C0 (or 0xC551C0) is known color: Fuchsia. HEX triplet: C5, 51 and C0. RGB value is (197,81,192). Sum of RGB (Red+Green+Blue) = 197+81+192=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C551C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C551C0 is #3AAE3F. Grayscale: #808080. Windows color (decimal): -3845696 or 12603845. OLE color: 12603845.

HSL color Cylindrical-coordinate representation of color #C551C0: hue angle of 302.59º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C551C0 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 81 192 -
CMYK 0 0.59 0.03 0.23
HSL 302.59º 0.5% 0.55% -
HSV(B) 302.59º 0.59% 0.77% -
XYZ 35.48 21.56 52.16 -
YUV 128.34 163.93 176.97 -
System Red Green Blue C M Y K H S L
Decimal 197 81 192 0 0.59 0.03 0.23 302.59 0.5 0.55
Hex C5 51 C0 0 3B 3 17 12F 32 37
Octal 305 121 300 0 73 3 27 457 62 67
Binary 11000101 1010001 11000000 0 111011 11 10111 100101111 110010 110111

Color Harmonies of #C551C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C551C0

Black with #C551C0

Text Example


Text Example

White with #C551C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C551C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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