Html Css Color HEX #C543C0 Fuchsia

📋 copy color: '#C543C0'

red 197 ◦ green 67 ◦ blue 192

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

Shades of Fuchsia #C543C0

Tints of Fuchsia #C543C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.11%

R = 43.2%
G = 14.69%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C543C0 (or 0xC543C0) is known color: Fuchsia. HEX triplet: C5, 43 and C0. RGB value is (197,67,192). Sum of RGB (Red+Green+Blue) = 197+67+192=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 67 (26.56% from 255 or 14.69% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C543C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C543C0 is #3ABC3F. Grayscale: #777777. Windows color (decimal): -3849280 or 12600261. OLE color: 12600261.

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

Color convert

RGB 197 67 192 -
CMYK 0 0.66 0.03 0.23
HSL 302.31º 0.53% 0.52% -
HSV(B) 302.31º 0.66% 0.77% -
XYZ 34.55 19.69 51.85 -
YUV 120.12 168.57 182.84 -
System Red Green Blue C M Y K H S L
Decimal 197 67 192 0 0.66 0.03 0.23 302.31 0.53 0.52
Hex C5 43 C0 0 42 3 17 12E 35 34
Octal 305 103 300 0 102 3 27 456 65 64
Binary 11000101 1000011 11000000 0 1000010 11 10111 100101110 110101 110100

Color Harmonies of #C543C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C543C0

Black with #C543C0

Text Example


Text Example

White with #C543C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C543C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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