Html Css Color HEX #C538BE Fuchsia

📋 copy color: '#C538BE'

red 197 ◦ green 56 ◦ blue 190

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

Shades of Fuchsia #C538BE

Tints of Fuchsia #C538BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.89%

R = 44.47%
G = 12.64%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C538BE (or 0xC538BE) is known color: Fuchsia. HEX triplet: C5, 38 and BE. RGB value is (197,56,190). Sum of RGB (Red+Green+Blue) = 197+56+190=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 56 (22.27% from 255 or 12.64% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C538BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C538BE is #3AC741. Grayscale: #717171. Windows color (decimal): -3852098 or 12466373. OLE color: 12466373.

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

Color convert

RGB 197 56 190 -
CMYK 0 0.72 0.04 0.23
HSL 302.98º 0.56% 0.5% -
HSV(B) 302.98º 0.72% 0.77% -
XYZ 33.73 18.42 50.49 -
YUV 113.44 171.21 187.6 -
System Red Green Blue C M Y K H S L
Decimal 197 56 190 0 0.72 0.04 0.23 302.98 0.56 0.5
Hex C5 38 BE 0 48 4 17 12F 38 32
Octal 305 70 276 0 110 4 27 457 70 62
Binary 11000101 111000 10111110 0 1001000 100 10111 100101111 111000 110010

Color Harmonies of #C538BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C538BE

Black with #C538BE

Text Example


Text Example

White with #C538BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C538BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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