Html Css Color HEX #C537CE Fuchsia

📋 copy color: '#C537CE'

red 197 ◦ green 55 ◦ blue 206

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

Shades of Fuchsia #C537CE

Tints of Fuchsia #C537CE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.01%

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

R = 43.01%
G = 12.01%
B = 44.98%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C537CE (or 0xC537CE) is known color: Fuchsia. HEX triplet: C5, 37 and CE. RGB value is (197,55,206). Sum of RGB (Red+Green+Blue) = 197+55+206=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 55 (21.88% from 255 or 12.01% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #C537CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C537CE is #3AC831. Grayscale: #727272. Windows color (decimal): -3852338 or 13514693. OLE color: 13514693.

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

Color convert

RGB 197 55 206 -
CMYK 0.04 0.73 0 0.19
HSL 296.42º 0.61% 0.51% -
HSV(B) 296.42º 0.73% 0.81% -
XYZ 35.53 19.06 60.2 -
YUV 114.67 179.54 186.72 -
System Red Green Blue C M Y K H S L
Decimal 197 55 206 0.04 0.73 0 0.19 296.42 0.61 0.51
Hex C5 37 CE 4 49 0 13 128 3D 33
Octal 305 67 316 4 111 0 23 450 75 63
Binary 11000101 110111 11001110 100 1001001 0 10011 100101000 111101 110011

Color Harmonies of #C537CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C537CE

Black with #C537CE

Text Example


Text Example

White with #C537CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C537CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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