Html Css Color HEX #C536BB Fuchsia

📋 copy color: '#C536BB'

red 197 ◦ green 54 ◦ blue 187

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

Shades of Fuchsia #C536BB

Tints of Fuchsia #C536BB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.33%

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

R = 44.98%
G = 12.33%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C536BB (or 0xC536BB) is known color: Fuchsia. HEX triplet: C5, 36 and BB. RGB value is (197,54,187). Sum of RGB (Red+Green+Blue) = 197+54+187=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 54 (21.48% from 255 or 12.33% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C536BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C536BB is #3AC944. Grayscale: #6F6F6F. Windows color (decimal): -3852613 or 12269253. OLE color: 12269253.

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

Color convert

RGB 197 54 187 -
CMYK 0 0.73 0.05 0.23
HSL 304.2º 0.57% 0.49% -
HSV(B) 304.2º 0.73% 0.77% -
XYZ 33.31 18.1 48.75 -
YUV 111.92 170.38 188.69 -
System Red Green Blue C M Y K H S L
Decimal 197 54 187 0 0.73 0.05 0.23 304.2 0.57 0.49
Hex C5 36 BB 0 49 5 17 130 39 31
Octal 305 66 273 0 111 5 27 460 71 61
Binary 11000101 110110 10111011 0 1001001 101 10111 100110000 111001 110001

Color Harmonies of #C536BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C536BB

Black with #C536BB

Text Example


Text Example

White with #C536BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C536BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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