Html Css Color HEX #C54CB5 Fuchsia

📋 copy color: '#C54CB5'

red 197 ◦ green 76 ◦ blue 181

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

Shades of Fuchsia #C54CB5

Tints of Fuchsia #C54CB5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.74%

 BLUE value IS 181 (71.09% from 255) = 39.87%

R = 43.39%
G = 16.74%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C54CB5 (or 0xC54CB5) is known color: Fuchsia. HEX triplet: C5, 4C and B5. RGB value is (197,76,181). Sum of RGB (Red+Green+Blue) = 197+76+181=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C54CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54CB5 is #3AB34A. Grayscale: #7B7B7B. Windows color (decimal): -3846987 or 11881669. OLE color: 11881669.

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

Color convert

RGB 197 76 181 -
CMYK 0 0.61 0.08 0.23
HSL 307.93º 0.51% 0.54% -
HSV(B) 307.93º 0.61% 0.77% -
XYZ 33.95 20.38 45.86 -
YUV 124.15 160.09 179.96 -
System Red Green Blue C M Y K H S L
Decimal 197 76 181 0 0.61 0.08 0.23 307.93 0.51 0.54
Hex C5 4C B5 0 3D 8 17 134 33 36
Octal 305 114 265 0 75 10 27 464 63 66
Binary 11000101 1001100 10110101 0 111101 1000 10111 100110100 110011 110110

Color Harmonies of #C54CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54CB5

Black with #C54CB5

Text Example


Text Example

White with #C54CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54CB5; }

 p { color: rgb(197,76,181); }

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

background-color css

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

 a { background-color: rgb(197,76,181); }

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

border-color css

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

 span { border-color: rgb(197,76,181); }

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