Html Css Color HEX #C551B7 Fuchsia

📋 copy color: '#C551B7'

red 197 ◦ green 81 ◦ blue 183

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

Shades of Fuchsia #C551B7

Tints of Fuchsia #C551B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.7%

R = 42.73%
G = 17.57%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C551B7 (or 0xC551B7) is known color: Fuchsia. HEX triplet: C5, 51 and B7. RGB value is (197,81,183). Sum of RGB (Red+Green+Blue) = 197+81+183=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C551B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C551B7 is #3AAE48. Grayscale: #7F7F7F. Windows color (decimal): -3845705 or 12014021. OLE color: 12014021.

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

Color convert

RGB 197 81 183 -
CMYK 0 0.59 0.07 0.23
HSL 307.24º 0.5% 0.55% -
HSV(B) 307.24º 0.59% 0.77% -
XYZ 34.52 21.17 47.07 -
YUV 127.31 159.43 177.71 -
System Red Green Blue C M Y K H S L
Decimal 197 81 183 0 0.59 0.07 0.23 307.24 0.5 0.55
Hex C5 51 B7 0 3B 7 17 133 32 37
Octal 305 121 267 0 73 7 27 463 62 67
Binary 11000101 1010001 10110111 0 111011 111 10111 100110011 110010 110111

Color Harmonies of #C551B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C551B7

Black with #C551B7

Text Example


Text Example

White with #C551B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C551B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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