Html Css Color HEX #C545BD Fuchsia

📋 copy color: '#C545BD'

red 197 ◦ green 69 ◦ blue 189

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

Shades of Fuchsia #C545BD

Tints of Fuchsia #C545BD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.16%

 BLUE value IS 189 (74.22% from 255) = 41.54%

R = 43.3%
G = 15.16%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C545BD (or 0xC545BD) is known color: Fuchsia. HEX triplet: C5, 45 and BD. RGB value is (197,69,189). Sum of RGB (Red+Green+Blue) = 197+69+189=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C545BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C545BD is #3ABA42. Grayscale: #787878. Windows color (decimal): -3848771 or 12404165. OLE color: 12404165.

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

Color convert

RGB 197 69 189 -
CMYK 0 0.65 0.04 0.23
HSL 303.75º 0.52% 0.52% -
HSV(B) 303.75º 0.65% 0.77% -
XYZ 34.34 19.8 50.16 -
YUV 120.95 166.41 182.24 -
System Red Green Blue C M Y K H S L
Decimal 197 69 189 0 0.65 0.04 0.23 303.75 0.52 0.52
Hex C5 45 BD 0 41 4 17 130 34 34
Octal 305 105 275 0 101 4 27 460 64 64
Binary 11000101 1000101 10111101 0 1000001 100 10111 100110000 110100 110100

Color Harmonies of #C545BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C545BD

Black with #C545BD

Text Example


Text Example

White with #C545BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C545BD; }

 p { color: rgb(197,69,189); }

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

background-color css

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

 a { background-color: rgb(197,69,189); }

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

border-color css

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

 span { border-color: rgb(197,69,189); }

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