Html Css Color HEX #C543CD Fuchsia

📋 copy color: '#C543CD'

red 197 ◦ green 67 ◦ blue 205

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

Shades of Fuchsia #C543CD

Tints of Fuchsia #C543CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.71%

R = 42%
G = 14.29%
B = 43.71%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C543CD (or 0xC543CD) is known color: Fuchsia. HEX triplet: C5, 43 and CD. RGB value is (197,67,205). Sum of RGB (Red+Green+Blue) = 197+67+205=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 67 (26.56% from 255 or 14.29% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #C543CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C543CD is #3ABC32. Grayscale: #797979. Windows color (decimal): -3849267 or 13452229. OLE color: 13452229.

HSL color Cylindrical-coordinate representation of color #C543CD: hue angle of 296.52º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C543CD is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 67 205 -
CMYK 0.04 0.67 0 0.20
HSL 296.52º 0.58% 0.53% -
HSV(B) 296.52º 0.67% 0.8% -
XYZ 36.05 20.29 59.77 -
YUV 121.6 175.07 181.78 -
System Red Green Blue C M Y K H S L
Decimal 197 67 205 0.04 0.67 0 0.20 296.52 0.58 0.53
Hex C5 43 CD 4 43 0 14 129 3A 35
Octal 305 103 315 4 103 0 24 451 72 65
Binary 11000101 1000011 11001101 100 1000011 0 10100 100101001 111010 110101

Color Harmonies of #C543CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C543CD

Black with #C543CD

Text Example


Text Example

White with #C543CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C543CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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