Html Css Color HEX #C531BD Fuchsia

📋 copy color: '#C531BD'

red 197 ◦ green 49 ◦ blue 189

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

Shades of Fuchsia #C531BD

Tints of Fuchsia #C531BD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.26%

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

R = 45.29%
G = 11.26%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C531BD (or 0xC531BD) is known color: Fuchsia. HEX triplet: C5, 31 and BD. RGB value is (197,49,189). Sum of RGB (Red+Green+Blue) = 197+49+189=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C531BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C531BD is #3ACE42. Grayscale: #6C6C6C. Windows color (decimal): -3853891 or 12399045. OLE color: 12399045.

HSL color Cylindrical-coordinate representation of color #C531BD: hue angle of 303.24º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C531BD is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 49 189 -
CMYK 0 0.75 0.04 0.23
HSL 303.24º 0.6% 0.48% -
HSV(B) 303.24º 0.75% 0.77% -
XYZ 33.31 17.74 49.81 -
YUV 109.21 173.03 190.62 -
System Red Green Blue C M Y K H S L
Decimal 197 49 189 0 0.75 0.04 0.23 303.24 0.6 0.48
Hex C5 31 BD 0 4B 4 17 12F 3C 30
Octal 305 61 275 0 113 4 27 457 74 60
Binary 11000101 110001 10111101 0 1001011 100 10111 100101111 111100 110000

Color Harmonies of #C531BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C531BD

Black with #C531BD

Text Example


Text Example

White with #C531BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C531BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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