Html Css Color HEX #C538BA Fuchsia

📋 copy color: '#C538BA'

red 197 ◦ green 56 ◦ blue 186

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

Shades of Fuchsia #C538BA

Tints of Fuchsia #C538BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.37%

R = 44.87%
G = 12.76%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C538BA (or 0xC538BA) is known color: Fuchsia. HEX triplet: C5, 38 and BA. RGB value is (197,56,186). Sum of RGB (Red+Green+Blue) = 197+56+186=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 56 (22.27% from 255 or 12.76% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C538BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C538BA is #3AC745. Grayscale: #707070. Windows color (decimal): -3852102 or 12204229. OLE color: 12204229.

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

Color convert

RGB 197 56 186 -
CMYK 0 0.72 0.06 0.23
HSL 304.68º 0.56% 0.5% -
HSV(B) 304.68º 0.72% 0.77% -
XYZ 33.3 18.24 48.22 -
YUV 112.98 169.21 187.93 -
System Red Green Blue C M Y K H S L
Decimal 197 56 186 0 0.72 0.06 0.23 304.68 0.56 0.5
Hex C5 38 BA 0 48 6 17 131 38 32
Octal 305 70 272 0 110 6 27 461 70 62
Binary 11000101 111000 10111010 0 1001000 110 10111 100110001 111000 110010

Color Harmonies of #C538BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C538BA

Black with #C538BA

Text Example


Text Example

White with #C538BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C538BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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