Html Css Color HEX #C546C0 Fuchsia

📋 copy color: '#C546C0'

red 197 ◦ green 70 ◦ blue 192

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

Shades of Fuchsia #C546C0

Tints of Fuchsia #C546C0

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.25%

 BLUE value IS 192 (75.39% from 255) = 41.83%

R = 42.92%
G = 15.25%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C546C0 (or 0xC546C0) is known color: Fuchsia. HEX triplet: C5, 46 and C0. RGB value is (197,70,192). Sum of RGB (Red+Green+Blue) = 197+70+192=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C546C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C546C0 is #3AB93F. Grayscale: #797979. Windows color (decimal): -3848512 or 12601029. OLE color: 12601029.

HSL color Cylindrical-coordinate representation of color #C546C0: hue angle of 302.36º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C546C0 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 70 192 -
CMYK 0 0.64 0.03 0.23
HSL 302.36º 0.52% 0.52% -
HSV(B) 302.36º 0.64% 0.77% -
XYZ 34.73 20.06 51.91 -
YUV 121.88 167.58 181.58 -
System Red Green Blue C M Y K H S L
Decimal 197 70 192 0 0.64 0.03 0.23 302.36 0.52 0.52
Hex C5 46 C0 0 40 3 17 12E 34 34
Octal 305 106 300 0 100 3 27 456 64 64
Binary 11000101 1000110 11000000 0 1000000 11 10111 100101110 110100 110100

Color Harmonies of #C546C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C546C0

Black with #C546C0

Text Example


Text Example

White with #C546C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C546C0; }

 p { color: rgb(197,70,192); }

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

background-color css

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

 a { background-color: rgb(197,70,192); }

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

border-color css

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

 span { border-color: rgb(197,70,192); }

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