Html Css Color HEX #C541C2 Fuchsia

📋 copy color: '#C541C2'

red 197 ◦ green 65 ◦ blue 194

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

Shades of Fuchsia #C541C2

Tints of Fuchsia #C541C2

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.25%

 BLUE value IS 194 (76.17% from 255) = 42.54%

R = 43.2%
G = 14.25%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C541C2 (or 0xC541C2) is known color: Fuchsia. HEX triplet: C5, 41 and C2. RGB value is (197,65,194). Sum of RGB (Red+Green+Blue) = 197+65+194=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C541C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C541C2 is #3ABE3D. Grayscale: #767676. Windows color (decimal): -3849790 or 12730821. OLE color: 12730821.

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

Color convert

RGB 197 65 194 -
CMYK 0 0.67 0.02 0.23
HSL 301.36º 0.53% 0.51% -
HSV(B) 301.36º 0.67% 0.77% -
XYZ 34.65 19.55 52.99 -
YUV 119.17 170.23 183.51 -
System Red Green Blue C M Y K H S L
Decimal 197 65 194 0 0.67 0.02 0.23 301.36 0.53 0.51
Hex C5 41 C2 0 43 2 17 12D 35 33
Octal 305 101 302 0 103 2 27 455 65 63
Binary 11000101 1000001 11000010 0 1000011 10 10111 100101101 110101 110011

Color Harmonies of #C541C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C541C2

Black with #C541C2

Text Example


Text Example

White with #C541C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C541C2; }

 p { color: rgb(197,65,194); }

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

background-color css

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

 a { background-color: rgb(197,65,194); }

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

border-color css

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

 span { border-color: rgb(197,65,194); }

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