Html Css Color HEX #C536C2 Fuchsia

📋 copy color: '#C536C2'

red 197 ◦ green 54 ◦ blue 194

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

Shades of Fuchsia #C536C2

Tints of Fuchsia #C536C2

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.13%

 BLUE value IS 194 (76.17% from 255) = 43.6%

R = 44.27%
G = 12.13%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C536C2 (or 0xC536C2) is known color: Fuchsia. HEX triplet: C5, 36 and C2. RGB value is (197,54,194). Sum of RGB (Red+Green+Blue) = 197+54+194=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C536C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C536C2 is #3AC93D. Grayscale: #707070. Windows color (decimal): -3852606 or 12728005. OLE color: 12728005.

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

Color convert

RGB 197 54 194 -
CMYK 0 0.73 0.02 0.23
HSL 301.26º 0.57% 0.49% -
HSV(B) 301.26º 0.73% 0.77% -
XYZ 34.08 18.4 52.79 -
YUV 112.72 173.88 188.12 -
System Red Green Blue C M Y K H S L
Decimal 197 54 194 0 0.73 0.02 0.23 301.26 0.57 0.49
Hex C5 36 C2 0 49 2 17 12D 39 31
Octal 305 66 302 0 111 2 27 455 71 61
Binary 11000101 110110 11000010 0 1001001 10 10111 100101101 111001 110001

Color Harmonies of #C536C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C536C2

Black with #C536C2

Text Example


Text Example

White with #C536C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C536C2; }

 p { color: rgb(197,54,194); }

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

background-color css

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

 a { background-color: rgb(197,54,194); }

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

border-color css

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

 span { border-color: rgb(197,54,194); }

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