Html Css Color HEX #C543C6 Fuchsia

📋 copy color: '#C543C6'

red 197 ◦ green 67 ◦ blue 198

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

Shades of Fuchsia #C543C6

Tints of Fuchsia #C543C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.86%

R = 42.64%
G = 14.5%
B = 42.86%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C543C6 (or 0xC543C6) is known color: Fuchsia. HEX triplet: C5, 43 and C6. RGB value is (197,67,198). Sum of RGB (Red+Green+Blue) = 197+67+198=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 67 (26.56% from 255 or 14.50% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 198 - color contains mainly: blue. Hex color #C543C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C543C6 is #3ABC39. Grayscale: #787878. Windows color (decimal): -3849274 or 12993477. OLE color: 12993477.

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

Color convert

RGB 197 67 198 -
CMYK 0.01 0.66 0 0.22
HSL 299.54º 0.53% 0.52% -
HSV(B) 299.54º 0.66% 0.78% -
XYZ 35.23 19.96 55.42 -
YUV 120.8 171.57 182.35 -
System Red Green Blue C M Y K H S L
Decimal 197 67 198 0.01 0.66 0 0.22 299.54 0.53 0.52
Hex C5 43 C6 1 42 0 16 12C 35 34
Octal 305 103 306 1 102 0 26 454 65 64
Binary 11000101 1000011 11000110 1 1000010 0 10110 100101100 110101 110100

Color Harmonies of #C543C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C543C6

Black with #C543C6

Text Example


Text Example

White with #C543C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C543C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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