Html Css Color HEX #C538BF Fuchsia

📋 copy color: '#C538BF'

red 197 ◦ green 56 ◦ blue 191

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

Shades of Fuchsia #C538BF

Tints of Fuchsia #C538BF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.61%

 BLUE value IS 191 (75% from 255) = 43.02%

R = 44.37%
G = 12.61%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C538BF (or 0xC538BF) is known color: Fuchsia. HEX triplet: C5, 38 and BF. RGB value is (197,56,191). Sum of RGB (Red+Green+Blue) = 197+56+191=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 56 (22.27% from 255 or 12.61% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C538BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C538BF is #3AC740. Grayscale: #717171. Windows color (decimal): -3852097 or 12531909. OLE color: 12531909.

HSL color Cylindrical-coordinate representation of color #C538BF: hue angle of 302.55º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C538BF is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 56 191 -
CMYK 0 0.72 0.03 0.23
HSL 302.55º 0.56% 0.5% -
HSV(B) 302.55º 0.72% 0.77% -
XYZ 33.84 18.46 51.07 -
YUV 113.55 171.71 187.52 -
System Red Green Blue C M Y K H S L
Decimal 197 56 191 0 0.72 0.03 0.23 302.55 0.56 0.5
Hex C5 38 BF 0 48 3 17 12F 38 32
Octal 305 70 277 0 110 3 27 457 70 62
Binary 11000101 111000 10111111 0 1001000 11 10111 100101111 111000 110010

Color Harmonies of #C538BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C538BF

Black with #C538BF

Text Example


Text Example

White with #C538BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C538BF; }

 p { color: rgb(197,56,191); }

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

background-color css

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

 a { background-color: rgb(197,56,191); }

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

border-color css

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

 span { border-color: rgb(197,56,191); }

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