Html Css Color HEX #C136BD Fuchsia

📋 copy color: '#C136BD'

red 193 ◦ green 54 ◦ blue 189

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

Shades of Fuchsia #C136BD

Tints of Fuchsia #C136BD

RGB

 RED value IS 193 (75.78% from 255) = 44.27%

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

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

R = 44.27%
G = 12.39%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C136BD (or 0xC136BD) is known color: Fuchsia. HEX triplet: C1, 36 and BD. RGB value is (193,54,189). Sum of RGB (Red+Green+Blue) = 193+54+189=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C136BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C136BD is #3EC942. Grayscale: #6E6E6E. Windows color (decimal): -4114755 or 12400321. OLE color: 12400321.

HSL color Cylindrical-coordinate representation of color #C136BD: hue angle of 301.73º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C136BD is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 54 189 -
CMYK 0 0.72 0.02 0.24
HSL 301.73º 0.56% 0.48% -
HSV(B) 301.73º 0.72% 0.76% -
XYZ 32.5 17.65 49.84 -
YUV 110.95 172.05 186.52 -
System Red Green Blue C M Y K H S L
Decimal 193 54 189 0 0.72 0.02 0.24 301.73 0.56 0.48
Hex C1 36 BD 0 48 2 18 12E 38 30
Octal 301 66 275 0 110 2 30 456 70 60
Binary 11000001 110110 10111101 0 1001000 10 11000 100101110 111000 110000

Color Harmonies of #C136BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C136BD

Black with #C136BD

Text Example


Text Example

White with #C136BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C136BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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