Html Css Color HEX #C541CE Fuchsia

📋 copy color: '#C541CE'

red 197 ◦ green 65 ◦ blue 206

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

Shades of Fuchsia #C541CE

Tints of Fuchsia #C541CE

RGB

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

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

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

R = 42.09%
G = 13.89%
B = 44.02%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C541CE (or 0xC541CE) is known color: Fuchsia. HEX triplet: C5, 41 and CE. RGB value is (197,65,206). Sum of RGB (Red+Green+Blue) = 197+65+206=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #C541CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C541CE is #3ABE31. Grayscale: #787878. Windows color (decimal): -3849778 or 13517253. OLE color: 13517253.

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

Color convert

RGB 197 65 206 -
CMYK 0.04 0.68 0 0.19
HSL 296.17º 0.59% 0.53% -
HSV(B) 296.17º 0.68% 0.81% -
XYZ 36.06 20.11 60.37 -
YUV 120.54 176.23 182.54 -
System Red Green Blue C M Y K H S L
Decimal 197 65 206 0.04 0.68 0 0.19 296.17 0.59 0.53
Hex C5 41 CE 4 44 0 13 128 3B 35
Octal 305 101 316 4 104 0 23 450 73 65
Binary 11000101 1000001 11001110 100 1000100 0 10011 100101000 111011 110101

Color Harmonies of #C541CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C541CE

Black with #C541CE

Text Example


Text Example

White with #C541CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C541CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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