Html Css Color HEX #C537C9 Fuchsia

📋 copy color: '#C537C9'

red 197 ◦ green 55 ◦ blue 201

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

Shades of Fuchsia #C537C9

Tints of Fuchsia #C537C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.37%

R = 43.49%
G = 12.14%
B = 44.37%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C537C9 (or 0xC537C9) is known color: Fuchsia. HEX triplet: C5, 37 and C9. RGB value is (197,55,201). Sum of RGB (Red+Green+Blue) = 197+55+201=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 55 (21.88% from 255 or 12.14% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 201 - color contains mainly: blue. Hex color #C537C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C537C9 is #3AC836. Grayscale: #717171. Windows color (decimal): -3852343 or 13187013. OLE color: 13187013.

HSL color Cylindrical-coordinate representation of color #C537C9: hue angle of 298.36º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C537C9 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 55 201 -
CMYK 0.02 0.73 0 0.21
HSL 298.36º 0.57% 0.5% -
HSV(B) 298.36º 0.73% 0.79% -
XYZ 34.93 18.82 57.05 -
YUV 114.1 177.04 187.13 -
System Red Green Blue C M Y K H S L
Decimal 197 55 201 0.02 0.73 0 0.21 298.36 0.57 0.5
Hex C5 37 C9 2 49 0 15 12A 39 32
Octal 305 67 311 2 111 0 25 452 71 62
Binary 11000101 110111 11001001 10 1001001 0 10101 100101010 111001 110010

Color Harmonies of #C537C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C537C9

Black with #C537C9

Text Example


Text Example

White with #C537C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C537C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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