Html Css Color HEX #C54CBB Fuchsia

📋 copy color: '#C54CBB'

red 197 ◦ green 76 ◦ blue 187

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

Shades of Fuchsia #C54CBB

Tints of Fuchsia #C54CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.65%

R = 42.83%
G = 16.52%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C54CBB (or 0xC54CBB) is known color: Fuchsia. HEX triplet: C5, 4C and BB. RGB value is (197,76,187). Sum of RGB (Red+Green+Blue) = 197+76+187=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C54CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54CBB is #3AB344. Grayscale: #7C7C7C. Windows color (decimal): -3846981 or 12274885. OLE color: 12274885.

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

Color convert

RGB 197 76 187 -
CMYK 0 0.61 0.05 0.23
HSL 304.96º 0.51% 0.54% -
HSV(B) 304.96º 0.61% 0.77% -
XYZ 34.58 20.63 49.17 -
YUV 124.83 163.09 179.47 -
System Red Green Blue C M Y K H S L
Decimal 197 76 187 0 0.61 0.05 0.23 304.96 0.51 0.54
Hex C5 4C BB 0 3D 5 17 131 33 36
Octal 305 114 273 0 75 5 27 461 63 66
Binary 11000101 1001100 10111011 0 111101 101 10111 100110001 110011 110110

Color Harmonies of #C54CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54CBB

Black with #C54CBB

Text Example


Text Example

White with #C54CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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