Html Css Color HEX #C54BAA Fuchsia

📋 copy color: '#C54BAA'

red 197 ◦ green 75 ◦ blue 170

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

Shades of Fuchsia #C54BAA

Tints of Fuchsia #C54BAA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.97%

 BLUE value IS 170 (66.8% from 255) = 38.46%

R = 44.57%
G = 16.97%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C54BAA (or 0xC54BAA) is known color: Fuchsia. HEX triplet: C5, 4B and AA. RGB value is (197,75,170). Sum of RGB (Red+Green+Blue) = 197+75+170=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C54BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54BAA is #3AB455. Grayscale: #7A7A7A. Windows color (decimal): -3847254 or 11160517. OLE color: 11160517.

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

Color convert

RGB 197 75 170 -
CMYK 0 0.62 0.14 0.23
HSL 313.28º 0.51% 0.53% -
HSV(B) 313.28º 0.62% 0.77% -
XYZ 32.8 19.8 40.12 -
YUV 122.31 154.92 181.28 -
System Red Green Blue C M Y K H S L
Decimal 197 75 170 0 0.62 0.14 0.23 313.28 0.51 0.53
Hex C5 4B AA 0 3E E 17 139 33 35
Octal 305 113 252 0 76 16 27 471 63 65
Binary 11000101 1001011 10101010 0 111110 1110 10111 100111001 110011 110101

Color Harmonies of #C54BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54BAA

Black with #C54BAA

Text Example


Text Example

White with #C54BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54BAA; }

 p { color: rgb(197,75,170); }

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

background-color css

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

 a { background-color: rgb(197,75,170); }

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

border-color css

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

 span { border-color: rgb(197,75,170); }

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