Html Css Color HEX #C549CC Fuchsia

📋 copy color: '#C549CC'

red 197 ◦ green 73 ◦ blue 204

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

Shades of Fuchsia #C549CC

Tints of Fuchsia #C549CC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.4%

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 41.56%
G = 15.4%
B = 43.04%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C549CC (or 0xC549CC) is known color: Fuchsia. HEX triplet: C5, 49 and CC. RGB value is (197,73,204). Sum of RGB (Red+Green+Blue) = 197+73+204=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #C549CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C549CC is #3AB633. Grayscale: #7C7C7C. Windows color (decimal): -3847732 or 13388229. OLE color: 13388229.

HSL color Cylindrical-coordinate representation of color #C549CC: hue angle of 296.79º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C549CC is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 73 204 -
CMYK 0.03 0.64 0 0.2
HSL 296.79º 0.56% 0.54% -
HSV(B) 296.79º 0.64% 0.8% -
XYZ 36.31 21 59.27 -
YUV 125.01 172.58 179.35 -
System Red Green Blue C M Y K H S L
Decimal 197 73 204 0.03 0.64 0 0.2 296.79 0.56 0.54
Hex C5 49 CC 3 40 0 14 129 38 36
Octal 305 111 314 3 100 0 24 451 70 66
Binary 11000101 1001001 11001100 11 1000000 0 10100 100101001 111000 110110

Color Harmonies of #C549CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C549CC

Black with #C549CC

Text Example


Text Example

White with #C549CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C549CC; }

 p { color: rgb(197,73,204); }

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

background-color css

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

 a { background-color: rgb(197,73,204); }

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

border-color css

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

 span { border-color: rgb(197,73,204); }

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