Html Css Color HEX #C54ABA Fuchsia

📋 copy color: '#C54ABA'

red 197 ◦ green 74 ◦ blue 186

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

Shades of Fuchsia #C54ABA

Tints of Fuchsia #C54ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.7%

R = 43.11%
G = 16.19%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C54ABA (or 0xC54ABA) is known color: Fuchsia. HEX triplet: C5, 4A and BA. RGB value is (197,74,186). Sum of RGB (Red+Green+Blue) = 197+74+186=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C54ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54ABA is #3AB545. Grayscale: #7B7B7B. Windows color (decimal): -3847494 or 12208837. OLE color: 12208837.

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

Color convert

RGB 197 74 186 -
CMYK 0 0.62 0.06 0.23
HSL 305.37º 0.51% 0.53% -
HSV(B) 305.37º 0.62% 0.77% -
XYZ 34.34 20.31 48.57 -
YUV 123.55 163.25 180.39 -
System Red Green Blue C M Y K H S L
Decimal 197 74 186 0 0.62 0.06 0.23 305.37 0.51 0.53
Hex C5 4A BA 0 3E 6 17 131 33 35
Octal 305 112 272 0 76 6 27 461 63 65
Binary 11000101 1001010 10111010 0 111110 110 10111 100110001 110011 110101

Color Harmonies of #C54ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54ABA

Black with #C54ABA

Text Example


Text Example

White with #C54ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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