Html Css Color HEX #C136AD Fuchsia

📋 copy color: '#C136AD'

red 193 ◦ green 54 ◦ blue 173

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

Shades of Fuchsia #C136AD

Tints of Fuchsia #C136AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.19%

R = 45.95%
G = 12.86%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C136AD (or 0xC136AD) is known color: Fuchsia. HEX triplet: C1, 36 and AD. RGB value is (193,54,173). Sum of RGB (Red+Green+Blue) = 193+54+173=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C136AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C136AD is #3EC952. Grayscale: #6C6C6C. Windows color (decimal): -4114771 or 11351745. OLE color: 11351745.

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

Color convert

RGB 193 54 173 -
CMYK 0 0.72 0.10 0.24
HSL 308.63º 0.56% 0.48% -
HSV(B) 308.63º 0.72% 0.76% -
XYZ 30.85 16.99 41.19 -
YUV 109.13 164.05 187.82 -
System Red Green Blue C M Y K H S L
Decimal 193 54 173 0 0.72 0.10 0.24 308.63 0.56 0.48
Hex C1 36 AD 0 48 A 18 135 38 30
Octal 301 66 255 0 110 12 30 465 70 60
Binary 11000001 110110 10101101 0 1001000 1010 11000 100110101 111000 110000

Color Harmonies of #C136AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C136AD

Black with #C136AD

Text Example


Text Example

White with #C136AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C136AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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