Html Css Color HEX #C534B0 Fuchsia

📋 copy color: '#C534B0'

red 197 ◦ green 52 ◦ blue 176

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

Shades of Fuchsia #C534B0

Tints of Fuchsia #C534B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.41%

R = 46.35%
G = 12.24%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C534B0 (or 0xC534B0) is known color: Fuchsia. HEX triplet: C5, 34 and B0. RGB value is (197,52,176). Sum of RGB (Red+Green+Blue) = 197+52+176=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 52 (20.70% from 255 or 12.24% from 425); Blue value is 176 (69.14% from 255 or 41.41% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C534B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C534B0 is #3ACB4F. Grayscale: #6D6D6D. Windows color (decimal): -3853136 or 11547845. OLE color: 11547845.

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

Color convert

RGB 197 52 176 -
CMYK 0 0.74 0.11 0.23
HSL 308.69º 0.58% 0.49% -
HSV(B) 308.69º 0.74% 0.77% -
XYZ 32.09 17.46 42.75 -
YUV 109.49 165.54 190.42 -
System Red Green Blue C M Y K H S L
Decimal 197 52 176 0 0.74 0.11 0.23 308.69 0.58 0.49
Hex C5 34 B0 0 4A B 17 135 3A 31
Octal 305 64 260 0 112 13 27 465 72 61
Binary 11000101 110100 10110000 0 1001010 1011 10111 100110101 111010 110001

Color Harmonies of #C534B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C534B0

Black with #C534B0

Text Example


Text Example

White with #C534B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C534B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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