Html Css Color HEX #C537CD Fuchsia

📋 copy color: '#C537CD'

red 197 ◦ green 55 ◦ blue 205

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

Shades of Fuchsia #C537CD

Tints of Fuchsia #C537CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.86%

R = 43.11%
G = 12.04%
B = 44.86%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C537CD (or 0xC537CD) is known color: Fuchsia. HEX triplet: C5, 37 and CD. RGB value is (197,55,205). Sum of RGB (Red+Green+Blue) = 197+55+205=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 55 (21.88% from 255 or 12.04% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #C537CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C537CD is #3AC832. Grayscale: #727272. Windows color (decimal): -3852339 or 13449157. OLE color: 13449157.

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

Color convert

RGB 197 55 205 -
CMYK 0.04 0.73 0 0.20
HSL 296.8º 0.6% 0.51% -
HSV(B) 296.8º 0.73% 0.8% -
XYZ 35.41 19.01 59.56 -
YUV 114.56 179.04 186.8 -
System Red Green Blue C M Y K H S L
Decimal 197 55 205 0.04 0.73 0 0.20 296.8 0.6 0.51
Hex C5 37 CD 4 49 0 14 129 3C 33
Octal 305 67 315 4 111 0 24 451 74 63
Binary 11000101 110111 11001101 100 1001001 0 10100 100101001 111100 110011

Color Harmonies of #C537CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C537CD

Black with #C537CD

Text Example


Text Example

White with #C537CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C537CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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