Html Css Color HEX #C536BD Fuchsia

📋 copy color: '#C536BD'

red 197 ◦ green 54 ◦ blue 189

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

Shades of Fuchsia #C536BD

Tints of Fuchsia #C536BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.95%

R = 44.77%
G = 12.27%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C536BD (or 0xC536BD) is known color: Fuchsia. HEX triplet: C5, 36 and BD. RGB value is (197,54,189). Sum of RGB (Red+Green+Blue) = 197+54+189=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 54 (21.48% from 255 or 12.27% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C536BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C536BD is #3AC942. Grayscale: #6F6F6F. Windows color (decimal): -3852611 or 12400325. OLE color: 12400325.

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

Color convert

RGB 197 54 189 -
CMYK 0 0.73 0.04 0.23
HSL 303.36º 0.57% 0.49% -
HSV(B) 303.36º 0.73% 0.77% -
XYZ 33.53 18.18 49.89 -
YUV 112.15 171.38 188.52 -
System Red Green Blue C M Y K H S L
Decimal 197 54 189 0 0.73 0.04 0.23 303.36 0.57 0.49
Hex C5 36 BD 0 49 4 17 12F 39 31
Octal 305 66 275 0 111 4 27 457 71 61
Binary 11000101 110110 10111101 0 1001001 100 10111 100101111 111001 110001

Color Harmonies of #C536BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C536BD

Black with #C536BD

Text Example


Text Example

White with #C536BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C536BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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