Html Css Color HEX #C540B0 Fuchsia

📋 copy color: '#C540B0'

red 197 ◦ green 64 ◦ blue 176

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

Shades of Fuchsia #C540B0

Tints of Fuchsia #C540B0

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.65%

 BLUE value IS 176 (69.14% from 255) = 40.27%

R = 45.08%
G = 14.65%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C540B0 (or 0xC540B0) is known color: Fuchsia. HEX triplet: C5, 40 and B0. RGB value is (197,64,176). Sum of RGB (Red+Green+Blue) = 197+64+176=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 64 (25.39% from 255 or 14.65% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C540B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C540B0 is #3ABF4F. Grayscale: #747474. Windows color (decimal): -3850064 or 11550917. OLE color: 11550917.

HSL color Cylindrical-coordinate representation of color #C540B0: hue angle of 309.47º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C540B0 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 64 176 -
CMYK 0 0.68 0.11 0.23
HSL 309.47º 0.53% 0.51% -
HSV(B) 309.47º 0.68% 0.77% -
XYZ 32.7 18.67 42.96 -
YUV 116.54 161.56 185.39 -
System Red Green Blue C M Y K H S L
Decimal 197 64 176 0 0.68 0.11 0.23 309.47 0.53 0.51
Hex C5 40 B0 0 44 B 17 135 35 33
Octal 305 100 260 0 104 13 27 465 65 63
Binary 11000101 1000000 10110000 0 1000100 1011 10111 100110101 110101 110011

Color Harmonies of #C540B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C540B0

Black with #C540B0

Text Example


Text Example

White with #C540B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C540B0; }

 p { color: rgb(197,64,176); }

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

background-color css

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

 a { background-color: rgb(197,64,176); }

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

border-color css

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

 span { border-color: rgb(197,64,176); }

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