Html Css Color HEX #C539CA Fuchsia

📋 copy color: '#C539CA'

red 197 ◦ green 57 ◦ blue 202

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

Shades of Fuchsia #C539CA

Tints of Fuchsia #C539CA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.5%

 BLUE value IS 202 (79.3% from 255) = 44.3%

R = 43.2%
G = 12.5%
B = 44.3%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C539CA (or 0xC539CA) is known color: Fuchsia. HEX triplet: C5, 39 and CA. RGB value is (197,57,202). Sum of RGB (Red+Green+Blue) = 197+57+202=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 57 (22.66% from 255 or 12.5% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #C539CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C539CA is #3AC635. Grayscale: #727272. Windows color (decimal): -3851830 or 13253061. OLE color: 13253061.

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

Color convert

RGB 197 57 202 -
CMYK 0.02 0.72 0 0.21
HSL 297.93º 0.58% 0.51% -
HSV(B) 297.93º 0.72% 0.79% -
XYZ 35.15 19.06 57.7 -
YUV 115.39 176.88 186.21 -
System Red Green Blue C M Y K H S L
Decimal 197 57 202 0.02 0.72 0 0.21 297.93 0.58 0.51
Hex C5 39 CA 2 48 0 15 12A 3A 33
Octal 305 71 312 2 110 0 25 452 72 63
Binary 11000101 111001 11001010 10 1001000 0 10101 100101010 111010 110011

Color Harmonies of #C539CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C539CA

Black with #C539CA

Text Example


Text Example

White with #C539CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C539CA; }

 p { color: rgb(197,57,202); }

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

background-color css

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

 a { background-color: rgb(197,57,202); }

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

border-color css

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

 span { border-color: rgb(197,57,202); }

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