Html Css Color HEX #C548BC Fuchsia

📋 copy color: '#C548BC'

red 197 ◦ green 72 ◦ blue 188

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

Shades of Fuchsia #C548BC

Tints of Fuchsia #C548BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.14%

R = 43.11%
G = 15.75%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C548BC (or 0xC548BC) is known color: Fuchsia. HEX triplet: C5, 48 and BC. RGB value is (197,72,188). Sum of RGB (Red+Green+Blue) = 197+72+188=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C548BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C548BC is #3AB743. Grayscale: #7A7A7A. Windows color (decimal): -3848004 or 12339397. OLE color: 12339397.

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

Color convert

RGB 197 72 188 -
CMYK 0 0.63 0.05 0.23
HSL 304.32º 0.52% 0.53% -
HSV(B) 304.32º 0.63% 0.77% -
XYZ 34.42 20.14 49.65 -
YUV 122.6 164.91 181.07 -
System Red Green Blue C M Y K H S L
Decimal 197 72 188 0 0.63 0.05 0.23 304.32 0.52 0.53
Hex C5 48 BC 0 3F 5 17 130 34 35
Octal 305 110 274 0 77 5 27 460 64 65
Binary 11000101 1001000 10111100 0 111111 101 10111 100110000 110100 110101

Color Harmonies of #C548BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C548BC

Black with #C548BC

Text Example


Text Example

White with #C548BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C548BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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