Html Css Color HEX #C536BC Fuchsia

📋 copy color: '#C536BC'

red 197 ◦ green 54 ◦ blue 188

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

Shades of Fuchsia #C536BC

Tints of Fuchsia #C536BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.82%

R = 44.87%
G = 12.3%
B = 42.82%

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

#C536BC (or 0xC536BC) is known color: Fuchsia. HEX triplet: C5, 36 and BC. RGB value is (197,54,188). Sum of RGB (Red+Green+Blue) = 197+54+188=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 54 (21.48% from 255 or 12.30% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C536BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C536BC is #3AC943. Grayscale: #6F6F6F. Windows color (decimal): -3852612 or 12334789. OLE color: 12334789.

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

Color convert

RGB 197 54 188 -
CMYK 0 0.73 0.05 0.23
HSL 303.78º 0.57% 0.49% -
HSV(B) 303.78º 0.73% 0.77% -
XYZ 33.42 18.14 49.32 -
YUV 112.03 170.88 188.6 -
System Red Green Blue C M Y K H S L
Decimal 197 54 188 0 0.73 0.05 0.23 303.78 0.57 0.49
Hex C5 36 BC 0 49 5 17 130 39 31
Octal 305 66 274 0 111 5 27 460 71 61
Binary 11000101 110110 10111100 0 1001001 101 10111 100110000 111001 110001

Color Harmonies of #C536BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C536BC

Black with #C536BC

Text Example


Text Example

White with #C536BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C536BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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