Html Css Color HEX #C54CB2 Fuchsia

📋 copy color: '#C54CB2'

red 197 ◦ green 76 ◦ blue 178

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

Shades of Fuchsia #C54CB2

Tints of Fuchsia #C54CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.47%

R = 43.68%
G = 16.85%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C54CB2 (or 0xC54CB2) is known color: Fuchsia. HEX triplet: C5, 4C and B2. RGB value is (197,76,178). Sum of RGB (Red+Green+Blue) = 197+76+178=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C54CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54CB2 is #3AB34D. Grayscale: #7B7B7B. Windows color (decimal): -3846990 or 11685061. OLE color: 11685061.

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

Color convert

RGB 197 76 178 -
CMYK 0 0.61 0.10 0.23
HSL 309.42º 0.51% 0.54% -
HSV(B) 309.42º 0.61% 0.77% -
XYZ 33.65 20.25 44.26 -
YUV 123.81 158.59 180.21 -
System Red Green Blue C M Y K H S L
Decimal 197 76 178 0 0.61 0.10 0.23 309.42 0.51 0.54
Hex C5 4C B2 0 3D A 17 135 33 36
Octal 305 114 262 0 75 12 27 465 63 66
Binary 11000101 1001100 10110010 0 111101 1010 10111 100110101 110011 110110

Color Harmonies of #C54CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54CB2

Black with #C54CB2

Text Example


Text Example

White with #C54CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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