Html Css Color HEX #C534BB Fuchsia

📋 copy color: '#C534BB'

red 197 ◦ green 52 ◦ blue 187

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

Shades of Fuchsia #C534BB

Tints of Fuchsia #C534BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.89%

R = 45.18%
G = 11.93%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C534BB (or 0xC534BB) is known color: Fuchsia. HEX triplet: C5, 34 and BB. RGB value is (197,52,187). Sum of RGB (Red+Green+Blue) = 197+52+187=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 52 (20.70% from 255 or 11.93% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C534BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C534BB is #3ACB44. Grayscale: #6E6E6E. Windows color (decimal): -3853125 or 12268741. OLE color: 12268741.

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

Color convert

RGB 197 52 187 -
CMYK 0 0.74 0.05 0.23
HSL 304.14º 0.58% 0.49% -
HSV(B) 304.14º 0.74% 0.77% -
XYZ 33.22 17.91 48.72 -
YUV 110.75 171.04 189.52 -
System Red Green Blue C M Y K H S L
Decimal 197 52 187 0 0.74 0.05 0.23 304.14 0.58 0.49
Hex C5 34 BB 0 4A 5 17 130 3A 31
Octal 305 64 273 0 112 5 27 460 72 61
Binary 11000101 110100 10111011 0 1001010 101 10111 100110000 111010 110001

Color Harmonies of #C534BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C534BB

Black with #C534BB

Text Example


Text Example

White with #C534BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C534BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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