Html Css Color HEX #C551B5 Fuchsia

📋 copy color: '#C551B5'

red 197 ◦ green 81 ◦ blue 181

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

Shades of Fuchsia #C551B5

Tints of Fuchsia #C551B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.43%

R = 42.92%
G = 17.65%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C551B5 (or 0xC551B5) is known color: Fuchsia. HEX triplet: C5, 51 and B5. RGB value is (197,81,181). Sum of RGB (Red+Green+Blue) = 197+81+181=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C551B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C551B5 is #3AAE4A. Grayscale: #7E7E7E. Windows color (decimal): -3845707 or 11882949. OLE color: 11882949.

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

Color convert

RGB 197 81 181 -
CMYK 0 0.59 0.08 0.23
HSL 308.28º 0.5% 0.55% -
HSV(B) 308.28º 0.59% 0.77% -
XYZ 34.31 21.09 45.98 -
YUV 127.08 158.43 177.87 -
System Red Green Blue C M Y K H S L
Decimal 197 81 181 0 0.59 0.08 0.23 308.28 0.5 0.55
Hex C5 51 B5 0 3B 8 17 134 32 37
Octal 305 121 265 0 73 10 27 464 62 67
Binary 11000101 1010001 10110101 0 111011 1000 10111 100110100 110010 110111

Color Harmonies of #C551B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C551B5

Black with #C551B5

Text Example


Text Example

White with #C551B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C551B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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