Html Css Color HEX #C54ACD Fuchsia

📋 copy color: '#C54ACD'

red 197 ◦ green 74 ◦ blue 205

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

Shades of Fuchsia #C54ACD

Tints of Fuchsia #C54ACD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.55%

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

R = 41.39%
G = 15.55%
B = 43.07%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C54ACD (or 0xC54ACD) is known color: Fuchsia. HEX triplet: C5, 4A and CD. RGB value is (197,74,205). Sum of RGB (Red+Green+Blue) = 197+74+205=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #C54ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54ACD is #3AB532. Grayscale: #7D7D7D. Windows color (decimal): -3847475 or 13454021. OLE color: 13454021.

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

Color convert

RGB 197 74 205 -
CMYK 0.04 0.64 0 0.20
HSL 296.34º 0.57% 0.55% -
HSV(B) 296.34º 0.64% 0.8% -
XYZ 36.49 21.18 59.92 -
YUV 125.71 172.75 178.85 -
System Red Green Blue C M Y K H S L
Decimal 197 74 205 0.04 0.64 0 0.20 296.34 0.57 0.55
Hex C5 4A CD 4 40 0 14 128 39 37
Octal 305 112 315 4 100 0 24 450 71 67
Binary 11000101 1001010 11001101 100 1000000 0 10100 100101000 111001 110111

Color Harmonies of #C54ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54ACD

Black with #C54ACD

Text Example


Text Example

White with #C54ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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