Html Css Color HEX #C546AF Fuchsia

📋 copy color: '#C546AF'

red 197 ◦ green 70 ◦ blue 175

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

Shades of Fuchsia #C546AF

Tints of Fuchsia #C546AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.59%

R = 44.57%
G = 15.84%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C546AF (or 0xC546AF) is known color: Fuchsia. HEX triplet: C5, 46 and AF. RGB value is (197,70,175). Sum of RGB (Red+Green+Blue) = 197+70+175=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 70 (27.73% from 255 or 15.84% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C546AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C546AF is #3AB950. Grayscale: #777777. Windows color (decimal): -3848529 or 11486917. OLE color: 11486917.

HSL color Cylindrical-coordinate representation of color #C546AF: hue angle of 310.39º 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 #C546AF is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 70 175 -
CMYK 0 0.64 0.11 0.23
HSL 310.39º 0.52% 0.52% -
HSV(B) 310.39º 0.64% 0.77% -
XYZ 32.95 19.35 42.55 -
YUV 119.94 159.08 182.96 -
System Red Green Blue C M Y K H S L
Decimal 197 70 175 0 0.64 0.11 0.23 310.39 0.52 0.52
Hex C5 46 AF 0 40 B 17 136 34 34
Octal 305 106 257 0 100 13 27 466 64 64
Binary 11000101 1000110 10101111 0 1000000 1011 10111 100110110 110100 110100

Color Harmonies of #C546AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C546AF

Black with #C546AF

Text Example


Text Example

White with #C546AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C546AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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