Html Css Color HEX #C548B6 Fuchsia

📋 copy color: '#C548B6'

red 197 ◦ green 72 ◦ blue 182

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

Shades of Fuchsia #C548B6

Tints of Fuchsia #C548B6

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.96%

 BLUE value IS 182 (71.48% from 255) = 40.35%

R = 43.68%
G = 15.96%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C548B6 (or 0xC548B6) is known color: Fuchsia. HEX triplet: C5, 48 and B6. RGB value is (197,72,182). Sum of RGB (Red+Green+Blue) = 197+72+182=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 182 (71.48% from 255 or 40.35% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C548B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C548B6 is #3AB749. Grayscale: #797979. Windows color (decimal): -3848010 or 11946181. OLE color: 11946181.

HSL color Cylindrical-coordinate representation of color #C548B6: hue angle of 307.2º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C548B6 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 72 182 -
CMYK 0 0.63 0.08 0.23
HSL 307.2º 0.52% 0.53% -
HSV(B) 307.2º 0.63% 0.77% -
XYZ 33.79 19.88 46.31 -
YUV 121.92 161.91 181.56 -
System Red Green Blue C M Y K H S L
Decimal 197 72 182 0 0.63 0.08 0.23 307.2 0.52 0.53
Hex C5 48 B6 0 3F 8 17 133 34 35
Octal 305 110 266 0 77 10 27 463 64 65
Binary 11000101 1001000 10110110 0 111111 1000 10111 100110011 110100 110101

Color Harmonies of #C548B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C548B6

Black with #C548B6

Text Example


Text Example

White with #C548B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C548B6; }

 p { color: rgb(197,72,182); }

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

background-color css

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

 a { background-color: rgb(197,72,182); }

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

border-color css

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

 span { border-color: rgb(197,72,182); }

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