Html Css Color HEX #C534BA Fuchsia

📋 copy color: '#C534BA'

red 197 ◦ green 52 ◦ blue 186

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

Shades of Fuchsia #C534BA

Tints of Fuchsia #C534BA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.95%

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

R = 45.29%
G = 11.95%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C534BA (or 0xC534BA) is known color: Fuchsia. HEX triplet: C5, 34 and BA. RGB value is (197,52,186). Sum of RGB (Red+Green+Blue) = 197+52+186=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C534BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C534BA is #3ACB45. Grayscale: #6E6E6E. Windows color (decimal): -3853126 or 12203205. OLE color: 12203205.

HSL color Cylindrical-coordinate representation of color #C534BA: hue angle of 304.55º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C534BA is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 52 186 -
CMYK 0 0.74 0.06 0.23
HSL 304.55º 0.58% 0.49% -
HSV(B) 304.55º 0.74% 0.77% -
XYZ 33.12 17.87 48.16 -
YUV 110.63 170.54 189.6 -
System Red Green Blue C M Y K H S L
Decimal 197 52 186 0 0.74 0.06 0.23 304.55 0.58 0.49
Hex C5 34 BA 0 4A 6 17 131 3A 31
Octal 305 64 272 0 112 6 27 461 72 61
Binary 11000101 110100 10111010 0 1001010 110 10111 100110001 111010 110001

Color Harmonies of #C534BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C534BA

Black with #C534BA

Text Example


Text Example

White with #C534BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C534BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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