Html Css Color HEX #C548CE Fuchsia

📋 copy color: '#C548CE'

red 197 ◦ green 72 ◦ blue 206

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

Shades of Fuchsia #C548CE

Tints of Fuchsia #C548CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.37%

R = 41.47%
G = 15.16%
B = 43.37%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C548CE (or 0xC548CE) is known color: Fuchsia. HEX triplet: C5, 48 and CE. RGB value is (197,72,206). Sum of RGB (Red+Green+Blue) = 197+72+206=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #C548CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C548CE is #3AB731. Grayscale: #7C7C7C. Windows color (decimal): -3847986 or 13519045. OLE color: 13519045.

HSL color Cylindrical-coordinate representation of color #C548CE: hue angle of 295.97º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C548CE is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 72 206 -
CMYK 0.04 0.65 0 0.19
HSL 295.97º 0.58% 0.55% -
HSV(B) 295.97º 0.65% 0.81% -
XYZ 36.48 20.96 60.52 -
YUV 124.65 173.91 179.6 -
System Red Green Blue C M Y K H S L
Decimal 197 72 206 0.04 0.65 0 0.19 295.97 0.58 0.55
Hex C5 48 CE 4 41 0 13 128 3A 37
Octal 305 110 316 4 101 0 23 450 72 67
Binary 11000101 1001000 11001110 100 1000001 0 10011 100101000 111010 110111

Color Harmonies of #C548CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C548CE

Black with #C548CE

Text Example


Text Example

White with #C548CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C548CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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