Html Css Color HEX #C543B4 Fuchsia

📋 copy color: '#C543B4'

red 197 ◦ green 67 ◦ blue 180

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

Shades of Fuchsia #C543B4

Tints of Fuchsia #C543B4

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.09%

 BLUE value IS 180 (70.7% from 255) = 40.54%

R = 44.37%
G = 15.09%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C543B4 (or 0xC543B4) is known color: Fuchsia. HEX triplet: C5, 43 and B4. RGB value is (197,67,180). Sum of RGB (Red+Green+Blue) = 197+67+180=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C543B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C543B4 is #3ABC4B. Grayscale: #767676. Windows color (decimal): -3849292 or 11813829. OLE color: 11813829.

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

Color convert

RGB 197 67 180 -
CMYK 0 0.66 0.09 0.23
HSL 307.85º 0.53% 0.52% -
HSV(B) 307.85º 0.66% 0.77% -
XYZ 33.27 19.18 45.13 -
YUV 118.75 162.57 183.81 -
System Red Green Blue C M Y K H S L
Decimal 197 67 180 0 0.66 0.09 0.23 307.85 0.53 0.52
Hex C5 43 B4 0 42 9 17 134 35 34
Octal 305 103 264 0 102 11 27 464 65 64
Binary 11000101 1000011 10110100 0 1000010 1001 10111 100110100 110101 110100

Color Harmonies of #C543B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C543B4

Black with #C543B4

Text Example


Text Example

White with #C543B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C543B4; }

 p { color: rgb(197,67,180); }

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

background-color css

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

 a { background-color: rgb(197,67,180); }

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

border-color css

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

 span { border-color: rgb(197,67,180); }

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