Html Css Color HEX #C546B7 Fuchsia

📋 copy color: '#C546B7'

red 197 ◦ green 70 ◦ blue 183

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

Shades of Fuchsia #C546B7

Tints of Fuchsia #C546B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.67%

R = 43.78%
G = 15.56%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C546B7 (or 0xC546B7) is known color: Fuchsia. HEX triplet: C5, 46 and B7. RGB value is (197,70,183). Sum of RGB (Red+Green+Blue) = 197+70+183=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 70 (27.73% from 255 or 15.56% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C546B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C546B7 is #3AB948. Grayscale: #787878. Windows color (decimal): -3848521 or 12011205. OLE color: 12011205.

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

Color convert

RGB 197 70 183 -
CMYK 0 0.64 0.07 0.23
HSL 306.61º 0.52% 0.52% -
HSV(B) 306.61º 0.64% 0.77% -
XYZ 33.76 19.67 46.82 -
YUV 120.86 163.08 182.31 -
System Red Green Blue C M Y K H S L
Decimal 197 70 183 0 0.64 0.07 0.23 306.61 0.52 0.52
Hex C5 46 B7 0 40 7 17 133 34 34
Octal 305 106 267 0 100 7 27 463 64 64
Binary 11000101 1000110 10110111 0 1000000 111 10111 100110011 110100 110100

Color Harmonies of #C546B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C546B7

Black with #C546B7

Text Example


Text Example

White with #C546B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C546B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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