Html Css Color HEX #C545BE Fuchsia

📋 copy color: '#C545BE'

red 197 ◦ green 69 ◦ blue 190

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

Shades of Fuchsia #C545BE

Tints of Fuchsia #C545BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.67%

R = 43.2%
G = 15.13%
B = 41.67%

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

#C545BE (or 0xC545BE) is known color: Fuchsia. HEX triplet: C5, 45 and BE. RGB value is (197,69,190). Sum of RGB (Red+Green+Blue) = 197+69+190=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C545BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C545BE is #3ABA41. Grayscale: #787878. Windows color (decimal): -3848770 or 12469701. OLE color: 12469701.

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

Color convert

RGB 197 69 190 -
CMYK 0 0.65 0.04 0.23
HSL 303.28º 0.52% 0.52% -
HSV(B) 303.28º 0.65% 0.77% -
XYZ 34.45 19.84 50.73 -
YUV 121.07 166.91 182.16 -
System Red Green Blue C M Y K H S L
Decimal 197 69 190 0 0.65 0.04 0.23 303.28 0.52 0.52
Hex C5 45 BE 0 41 4 17 12F 34 34
Octal 305 105 276 0 101 4 27 457 64 64
Binary 11000101 1000101 10111110 0 1000001 100 10111 100101111 110100 110100

Color Harmonies of #C545BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C545BE

Black with #C545BE

Text Example


Text Example

White with #C545BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C545BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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