Html Css Color HEX #C544C0 Fuchsia

📋 copy color: '#C544C0'

red 197 ◦ green 68 ◦ blue 192

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

Shades of Fuchsia #C544C0

Tints of Fuchsia #C544C0

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.88%

 BLUE value IS 192 (75.39% from 255) = 42.01%

R = 43.11%
G = 14.88%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C544C0 (or 0xC544C0) is known color: Fuchsia. HEX triplet: C5, 44 and C0. RGB value is (197,68,192). Sum of RGB (Red+Green+Blue) = 197+68+192=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 68 (26.95% from 255 or 14.88% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C544C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C544C0 is #3ABB3F. Grayscale: #787878. Windows color (decimal): -3849024 or 12600517. OLE color: 12600517.

HSL color Cylindrical-coordinate representation of color #C544C0: hue angle of 302.33º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C544C0 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 68 192 -
CMYK 0 0.65 0.03 0.23
HSL 302.33º 0.53% 0.52% -
HSV(B) 302.33º 0.65% 0.77% -
XYZ 34.61 19.81 51.87 -
YUV 120.71 168.24 182.42 -
System Red Green Blue C M Y K H S L
Decimal 197 68 192 0 0.65 0.03 0.23 302.33 0.53 0.52
Hex C5 44 C0 0 41 3 17 12E 35 34
Octal 305 104 300 0 101 3 27 456 65 64
Binary 11000101 1000100 11000000 0 1000001 11 10111 100101110 110101 110100

Color Harmonies of #C544C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C544C0

Black with #C544C0

Text Example


Text Example

White with #C544C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C544C0; }

 p { color: rgb(197,68,192); }

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

background-color css

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

 a { background-color: rgb(197,68,192); }

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

border-color css

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

 span { border-color: rgb(197,68,192); }

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