Html Css Color HEX #C534B9 Fuchsia

📋 copy color: '#C534B9'

red 197 ◦ green 52 ◦ blue 185

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

Shades of Fuchsia #C534B9

Tints of Fuchsia #C534B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.63%

R = 45.39%
G = 11.98%
B = 42.63%

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

#C534B9 (or 0xC534B9) is known color: Fuchsia. HEX triplet: C5, 34 and B9. RGB value is (197,52,185). Sum of RGB (Red+Green+Blue) = 197+52+185=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C534B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C534B9 is #3ACB46. Grayscale: #6E6E6E. Windows color (decimal): -3853127 or 12137669. OLE color: 12137669.

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

Color convert

RGB 197 52 185 -
CMYK 0 0.74 0.06 0.23
HSL 304.97º 0.58% 0.49% -
HSV(B) 304.97º 0.74% 0.77% -
XYZ 33.01 17.83 47.6 -
YUV 110.52 170.04 189.69 -
System Red Green Blue C M Y K H S L
Decimal 197 52 185 0 0.74 0.06 0.23 304.97 0.58 0.49
Hex C5 34 B9 0 4A 6 17 131 3A 31
Octal 305 64 271 0 112 6 27 461 72 61
Binary 11000101 110100 10111001 0 1001010 110 10111 100110001 111010 110001

Color Harmonies of #C534B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C534B9

Black with #C534B9

Text Example


Text Example

White with #C534B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C534B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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