Html Css Color HEX #C54CBD Fuchsia

📋 copy color: '#C54CBD'

red 197 ◦ green 76 ◦ blue 189

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

Shades of Fuchsia #C54CBD

Tints of Fuchsia #C54CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.91%

R = 42.64%
G = 16.45%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C54CBD (or 0xC54CBD) is known color: Fuchsia. HEX triplet: C5, 4C and BD. RGB value is (197,76,189). Sum of RGB (Red+Green+Blue) = 197+76+189=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C54CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54CBD is #3AB342. Grayscale: #7C7C7C. Windows color (decimal): -3846979 or 12405957. OLE color: 12405957.

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

Color convert

RGB 197 76 189 -
CMYK 0 0.61 0.04 0.23
HSL 303.97º 0.51% 0.54% -
HSV(B) 303.97º 0.61% 0.77% -
XYZ 34.8 20.71 50.31 -
YUV 125.06 164.09 179.31 -
System Red Green Blue C M Y K H S L
Decimal 197 76 189 0 0.61 0.04 0.23 303.97 0.51 0.54
Hex C5 4C BD 0 3D 4 17 130 33 36
Octal 305 114 275 0 75 4 27 460 63 66
Binary 11000101 1001100 10111101 0 111101 100 10111 100110000 110011 110110

Color Harmonies of #C54CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54CBD

Black with #C54CBD

Text Example


Text Example

White with #C54CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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