Html Css Color HEX #C538BC Fuchsia

📋 copy color: '#C538BC'

red 197 ◦ green 56 ◦ blue 188

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

Shades of Fuchsia #C538BC

Tints of Fuchsia #C538BC

RGB

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

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

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

R = 44.67%
G = 12.7%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C538BC (or 0xC538BC) is known color: Fuchsia. HEX triplet: C5, 38 and BC. RGB value is (197,56,188). Sum of RGB (Red+Green+Blue) = 197+56+188=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 56 (22.27% from 255 or 12.70% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C538BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C538BC is #3AC743. Grayscale: #707070. Windows color (decimal): -3852100 or 12335301. OLE color: 12335301.

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

Color convert

RGB 197 56 188 -
CMYK 0 0.72 0.05 0.23
HSL 303.83º 0.56% 0.5% -
HSV(B) 303.83º 0.72% 0.77% -
XYZ 33.52 18.33 49.35 -
YUV 113.21 170.21 187.77 -
System Red Green Blue C M Y K H S L
Decimal 197 56 188 0 0.72 0.05 0.23 303.83 0.56 0.5
Hex C5 38 BC 0 48 5 17 130 38 32
Octal 305 70 274 0 110 5 27 460 70 62
Binary 11000101 111000 10111100 0 1001000 101 10111 100110000 111000 110010

Color Harmonies of #C538BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C538BC

Black with #C538BC

Text Example


Text Example

White with #C538BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C538BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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