Html Css Color HEX #C136B1 Fuchsia

📋 copy color: '#C136B1'

red 193 ◦ green 54 ◦ blue 177

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

Shades of Fuchsia #C136B1

Tints of Fuchsia #C136B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.75%

R = 45.52%
G = 12.74%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C136B1 (or 0xC136B1) is known color: Fuchsia. HEX triplet: C1, 36 and B1. RGB value is (193,54,177). Sum of RGB (Red+Green+Blue) = 193+54+177=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 54 (21.48% from 255 or 12.74% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C136B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C136B1 is #3EC94E. Grayscale: #6D6D6D. Windows color (decimal): -4114767 or 11613889. OLE color: 11613889.

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

Color convert

RGB 193 54 177 -
CMYK 0 0.72 0.08 0.24
HSL 306.91º 0.56% 0.48% -
HSV(B) 306.91º 0.72% 0.76% -
XYZ 31.25 17.15 43.26 -
YUV 109.58 166.05 187.5 -
System Red Green Blue C M Y K H S L
Decimal 193 54 177 0 0.72 0.08 0.24 306.91 0.56 0.48
Hex C1 36 B1 0 48 8 18 133 38 30
Octal 301 66 261 0 110 10 30 463 70 60
Binary 11000001 110110 10110001 0 1001000 1000 11000 100110011 111000 110000

Color Harmonies of #C136B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C136B1

Black with #C136B1

Text Example


Text Example

White with #C136B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C136B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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