Html Css Color HEX #C54CBF Fuchsia

📋 copy color: '#C54CBF'

red 197 ◦ green 76 ◦ blue 191

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

Shades of Fuchsia #C54CBF

Tints of Fuchsia #C54CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.16%

R = 42.46%
G = 16.38%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C54CBF (or 0xC54CBF) is known color: Fuchsia. HEX triplet: C5, 4C and BF. RGB value is (197,76,191). Sum of RGB (Red+Green+Blue) = 197+76+191=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C54CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54CBF is #3AB340. Grayscale: #7C7C7C. Windows color (decimal): -3846977 or 12537029. OLE color: 12537029.

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

Color convert

RGB 197 76 191 -
CMYK 0 0.61 0.03 0.23
HSL 302.98º 0.51% 0.54% -
HSV(B) 302.98º 0.61% 0.77% -
XYZ 35.01 20.8 51.46 -
YUV 125.29 165.09 179.15 -
System Red Green Blue C M Y K H S L
Decimal 197 76 191 0 0.61 0.03 0.23 302.98 0.51 0.54
Hex C5 4C BF 0 3D 3 17 12F 33 36
Octal 305 114 277 0 75 3 27 457 63 66
Binary 11000101 1001100 10111111 0 111101 11 10111 100101111 110011 110110

Color Harmonies of #C54CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54CBF

Black with #C54CBF

Text Example


Text Example

White with #C54CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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