Html Css Color HEX #C548C6 Fuchsia

📋 copy color: '#C548C6'

red 197 ◦ green 72 ◦ blue 198

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

Shades of Fuchsia #C548C6

Tints of Fuchsia #C548C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.4%

R = 42.18%
G = 15.42%
B = 42.4%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C548C6 (or 0xC548C6) is known color: Fuchsia. HEX triplet: C5, 48 and C6. RGB value is (197,72,198). Sum of RGB (Red+Green+Blue) = 197+72+198=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 198 - color contains mainly: blue. Hex color #C548C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C548C6 is #3AB739. Grayscale: #7B7B7B. Windows color (decimal): -3847994 or 12994757. OLE color: 12994757.

HSL color Cylindrical-coordinate representation of color #C548C6: hue angle of 299.52º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C548C6 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 72 198 -
CMYK 0.01 0.64 0 0.22
HSL 299.52º 0.53% 0.53% -
HSV(B) 299.52º 0.64% 0.78% -
XYZ 35.54 20.58 55.53 -
YUV 123.74 169.91 180.25 -
System Red Green Blue C M Y K H S L
Decimal 197 72 198 0.01 0.64 0 0.22 299.52 0.53 0.53
Hex C5 48 C6 1 40 0 16 12C 34 35
Octal 305 110 306 1 100 0 26 454 64 65
Binary 11000101 1001000 11000110 1 1000000 0 10110 100101100 110100 110101

Color Harmonies of #C548C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C548C6

Black with #C548C6

Text Example


Text Example

White with #C548C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C548C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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