Html Css Color HEX #C549CF Fuchsia

📋 copy color: '#C549CF'

red 197 ◦ green 73 ◦ blue 207

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

Shades of Fuchsia #C549CF

Tints of Fuchsia #C549CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.4%

R = 41.3%
G = 15.3%
B = 43.4%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C549CF (or 0xC549CF) is known color: Fuchsia. HEX triplet: C5, 49 and CF. RGB value is (197,73,207). Sum of RGB (Red+Green+Blue) = 197+73+207=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #C549CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C549CF is #3AB630. Grayscale: #7C7C7C. Windows color (decimal): -3847729 or 13584837. OLE color: 13584837.

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

Color convert

RGB 197 73 207 -
CMYK 0.05 0.65 0 0.19
HSL 295.52º 0.58% 0.55% -
HSV(B) 295.52º 0.65% 0.81% -
XYZ 36.67 21.14 61.18 -
YUV 125.35 174.08 179.1 -
System Red Green Blue C M Y K H S L
Decimal 197 73 207 0.05 0.65 0 0.19 295.52 0.58 0.55
Hex C5 49 CF 5 41 0 13 128 3A 37
Octal 305 111 317 5 101 0 23 450 72 67
Binary 11000101 1001001 11001111 101 1000001 0 10011 100101000 111010 110111

Color Harmonies of #C549CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C549CF

Black with #C549CF

Text Example


Text Example

White with #C549CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C549CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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