Html Css Color HEX #C136B9 Fuchsia

📋 copy color: '#C136B9'

red 193 ◦ green 54 ◦ blue 185

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

Shades of Fuchsia #C136B9

Tints of Fuchsia #C136B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.82%

R = 44.68%
G = 12.5%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C136B9 (or 0xC136B9) is known color: Fuchsia. HEX triplet: C1, 36 and B9. RGB value is (193,54,185). Sum of RGB (Red+Green+Blue) = 193+54+185=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 185 (72.66% from 255 or 42.82% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C136B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C136B9 is #3EC946. Grayscale: #6E6E6E. Windows color (decimal): -4114759 or 12138177. OLE color: 12138177.

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

Color convert

RGB 193 54 185 -
CMYK 0 0.72 0.04 0.24
HSL 303.45º 0.56% 0.48% -
HSV(B) 303.45º 0.72% 0.76% -
XYZ 32.07 17.48 47.58 -
YUV 110.5 170.05 186.85 -
System Red Green Blue C M Y K H S L
Decimal 193 54 185 0 0.72 0.04 0.24 303.45 0.56 0.48
Hex C1 36 B9 0 48 4 18 12F 38 30
Octal 301 66 271 0 110 4 30 457 70 60
Binary 11000001 110110 10111001 0 1001000 100 11000 100101111 111000 110000

Color Harmonies of #C136B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C136B9

Black with #C136B9

Text Example


Text Example

White with #C136B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C136B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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