Html Css Color HEX #C549CD Fuchsia

📋 copy color: '#C549CD'

red 197 ◦ green 73 ◦ blue 205

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

Shades of Fuchsia #C549CD

Tints of Fuchsia #C549CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.16%

R = 41.47%
G = 15.37%
B = 43.16%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C549CD (or 0xC549CD) is known color: Fuchsia. HEX triplet: C5, 49 and CD. RGB value is (197,73,205). Sum of RGB (Red+Green+Blue) = 197+73+205=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #C549CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C549CD is #3AB632. Grayscale: #7C7C7C. Windows color (decimal): -3847731 or 13453765. OLE color: 13453765.

HSL color Cylindrical-coordinate representation of color #C549CD: hue angle of 296.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C549CD is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 73 205 -
CMYK 0.04 0.64 0 0.20
HSL 296.36º 0.57% 0.55% -
HSV(B) 296.36º 0.64% 0.8% -
XYZ 36.43 21.04 59.9 -
YUV 125.12 173.08 179.27 -
System Red Green Blue C M Y K H S L
Decimal 197 73 205 0.04 0.64 0 0.20 296.36 0.57 0.55
Hex C5 49 CD 4 40 0 14 128 39 37
Octal 305 111 315 4 100 0 24 450 71 67
Binary 11000101 1001001 11001101 100 1000000 0 10100 100101000 111001 110111

Color Harmonies of #C549CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C549CD

Black with #C549CD

Text Example


Text Example

White with #C549CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C549CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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