Html Css Color HEX #C548AF Fuchsia

📋 copy color: '#C548AF'

red 197 ◦ green 72 ◦ blue 175

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

Shades of Fuchsia #C548AF

Tints of Fuchsia #C548AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.41%

R = 44.37%
G = 16.22%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C548AF (or 0xC548AF) is known color: Fuchsia. HEX triplet: C5, 48 and AF. RGB value is (197,72,175). Sum of RGB (Red+Green+Blue) = 197+72+175=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C548AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C548AF is #3AB750. Grayscale: #787878. Windows color (decimal): -3848017 or 11487429. OLE color: 11487429.

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

Color convert

RGB 197 72 175 -
CMYK 0 0.63 0.11 0.23
HSL 310.56º 0.52% 0.53% -
HSV(B) 310.56º 0.63% 0.77% -
XYZ 33.08 19.6 42.6 -
YUV 121.12 158.41 182.12 -
System Red Green Blue C M Y K H S L
Decimal 197 72 175 0 0.63 0.11 0.23 310.56 0.52 0.53
Hex C5 48 AF 0 3F B 17 137 34 35
Octal 305 110 257 0 77 13 27 467 64 65
Binary 11000101 1001000 10101111 0 111111 1011 10111 100110111 110100 110101

Color Harmonies of #C548AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C548AF

Black with #C548AF

Text Example


Text Example

White with #C548AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C548AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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