Html Css Color HEX #C548BE Fuchsia

📋 copy color: '#C548BE'

red 197 ◦ green 72 ◦ blue 190

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

Shades of Fuchsia #C548BE

Tints of Fuchsia #C548BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.39%

R = 42.92%
G = 15.69%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C548BE (or 0xC548BE) is known color: Fuchsia. HEX triplet: C5, 48 and BE. RGB value is (197,72,190). Sum of RGB (Red+Green+Blue) = 197+72+190=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C548BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C548BE is #3AB741. Grayscale: #7A7A7A. Windows color (decimal): -3848002 or 12470469. OLE color: 12470469.

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

Color convert

RGB 197 72 190 -
CMYK 0 0.63 0.04 0.23
HSL 303.36º 0.52% 0.53% -
HSV(B) 303.36º 0.63% 0.77% -
XYZ 34.64 20.22 50.79 -
YUV 122.83 165.91 180.91 -
System Red Green Blue C M Y K H S L
Decimal 197 72 190 0 0.63 0.04 0.23 303.36 0.52 0.53
Hex C5 48 BE 0 3F 4 17 12F 34 35
Octal 305 110 276 0 77 4 27 457 64 65
Binary 11000101 1001000 10111110 0 111111 100 10111 100101111 110100 110101

Color Harmonies of #C548BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C548BE

Black with #C548BE

Text Example


Text Example

White with #C548BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C548BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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