Html Css Color HEX #C54DBA Fuchsia

📋 copy color: '#C54DBA'

red 197 ◦ green 77 ◦ blue 186

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

Shades of Fuchsia #C54DBA

Tints of Fuchsia #C54DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.74%

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

R = 42.83%
G = 16.74%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C54DBA (or 0xC54DBA) is known color: Fuchsia. HEX triplet: C5, 4D and BA. RGB value is (197,77,186). Sum of RGB (Red+Green+Blue) = 197+77+186=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C54DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54DBA is #3AB245. Grayscale: #7C7C7C. Windows color (decimal): -3846726 or 12209605. OLE color: 12209605.

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

Color convert

RGB 197 77 186 -
CMYK 0 0.61 0.06 0.23
HSL 305.5º 0.51% 0.54% -
HSV(B) 305.5º 0.61% 0.77% -
XYZ 34.54 20.72 48.63 -
YUV 125.31 162.26 179.14 -
System Red Green Blue C M Y K H S L
Decimal 197 77 186 0 0.61 0.06 0.23 305.5 0.51 0.54
Hex C5 4D BA 0 3D 6 17 132 33 36
Octal 305 115 272 0 75 6 27 462 63 66
Binary 11000101 1001101 10111010 0 111101 110 10111 100110010 110011 110110

Color Harmonies of #C54DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54DBA

Black with #C54DBA

Text Example


Text Example

White with #C54DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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