Html Css Color HEX #C54CBE Fuchsia

📋 copy color: '#C54CBE'

red 197 ◦ green 76 ◦ blue 190

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

Shades of Fuchsia #C54CBE

Tints of Fuchsia #C54CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.04%

R = 42.55%
G = 16.41%
B = 41.04%

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

#C54CBE (or 0xC54CBE) is known color: Fuchsia. HEX triplet: C5, 4C and BE. RGB value is (197,76,190). Sum of RGB (Red+Green+Blue) = 197+76+190=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C54CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54CBE is #3AB341. Grayscale: #7C7C7C. Windows color (decimal): -3846978 or 12471493. OLE color: 12471493.

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

Color convert

RGB 197 76 190 -
CMYK 0 0.61 0.04 0.23
HSL 303.47º 0.51% 0.54% -
HSV(B) 303.47º 0.61% 0.77% -
XYZ 34.9 20.76 50.88 -
YUV 125.18 164.59 179.23 -
System Red Green Blue C M Y K H S L
Decimal 197 76 190 0 0.61 0.04 0.23 303.47 0.51 0.54
Hex C5 4C BE 0 3D 4 17 12F 33 36
Octal 305 114 276 0 75 4 27 457 63 66
Binary 11000101 1001100 10111110 0 111101 100 10111 100101111 110011 110110

Color Harmonies of #C54CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54CBE

Black with #C54CBE

Text Example


Text Example

White with #C54CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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