Html Css Color HEX #C547CE Fuchsia

📋 copy color: '#C547CE'

red 197 ◦ green 71 ◦ blue 206

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

Shades of Fuchsia #C547CE

Tints of Fuchsia #C547CE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.98%

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

R = 41.56%
G = 14.98%
B = 43.46%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C547CE (or 0xC547CE) is known color: Fuchsia. HEX triplet: C5, 47 and CE. RGB value is (197,71,206). Sum of RGB (Red+Green+Blue) = 197+71+206=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 71 (28.12% from 255 or 14.98% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #C547CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C547CE is #3AB831. Grayscale: #7B7B7B. Windows color (decimal): -3848242 or 13518789. OLE color: 13518789.

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

Color convert

RGB 197 71 206 -
CMYK 0.04 0.66 0 0.19
HSL 296º 0.58% 0.54% -
HSV(B) 296º 0.66% 0.81% -
XYZ 36.42 20.83 60.49 -
YUV 124.06 174.24 180.02 -
System Red Green Blue C M Y K H S L
Decimal 197 71 206 0.04 0.66 0 0.19 296 0.58 0.54
Hex C5 47 CE 4 42 0 13 128 3A 36
Octal 305 107 316 4 102 0 23 450 72 66
Binary 11000101 1000111 11001110 100 1000010 0 10011 100101000 111010 110110

Color Harmonies of #C547CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C547CE

Black with #C547CE

Text Example


Text Example

White with #C547CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C547CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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