Html Css Color HEX #C544C1 Fuchsia

📋 copy color: '#C544C1'

red 197 ◦ green 68 ◦ blue 193

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

Shades of Fuchsia #C544C1

Tints of Fuchsia #C544C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.14%

R = 43.01%
G = 14.85%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C544C1 (or 0xC544C1) is known color: Fuchsia. HEX triplet: C5, 44 and C1. RGB value is (197,68,193). Sum of RGB (Red+Green+Blue) = 197+68+193=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C544C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C544C1 is #3ABB3E. Grayscale: #787878. Windows color (decimal): -3849023 or 12666053. OLE color: 12666053.

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

Color convert

RGB 197 68 193 -
CMYK 0 0.65 0.02 0.23
HSL 301.86º 0.53% 0.52% -
HSV(B) 301.86º 0.65% 0.77% -
XYZ 34.72 19.85 52.45 -
YUV 120.82 168.74 182.34 -
System Red Green Blue C M Y K H S L
Decimal 197 68 193 0 0.65 0.02 0.23 301.86 0.53 0.52
Hex C5 44 C1 0 41 2 17 12E 35 34
Octal 305 104 301 0 101 2 27 456 65 64
Binary 11000101 1000100 11000001 0 1000001 10 10111 100101110 110101 110100

Color Harmonies of #C544C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C544C1

Black with #C544C1

Text Example


Text Example

White with #C544C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C544C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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