Html Css Color HEX #C540BC Fuchsia

📋 copy color: '#C540BC'

red 197 ◦ green 64 ◦ blue 188

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

Shades of Fuchsia #C540BC

Tints of Fuchsia #C540BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 43.88%
G = 14.25%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C540BC (or 0xC540BC) is known color: Fuchsia. HEX triplet: C5, 40 and BC. RGB value is (197,64,188). Sum of RGB (Red+Green+Blue) = 197+64+188=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C540BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C540BC is #3ABF43. Grayscale: #757575. Windows color (decimal): -3850052 or 12337349. OLE color: 12337349.

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

Color convert

RGB 197 64 188 -
CMYK 0 0.68 0.05 0.23
HSL 304.06º 0.53% 0.51% -
HSV(B) 304.06º 0.68% 0.77% -
XYZ 33.94 19.17 49.49 -
YUV 117.9 167.56 184.42 -
System Red Green Blue C M Y K H S L
Decimal 197 64 188 0 0.68 0.05 0.23 304.06 0.53 0.51
Hex C5 40 BC 0 44 5 17 130 35 33
Octal 305 100 274 0 104 5 27 460 65 63
Binary 11000101 1000000 10111100 0 1000100 101 10111 100110000 110101 110011

Color Harmonies of #C540BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C540BC

Black with #C540BC

Text Example


Text Example

White with #C540BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C540BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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