Html Css Color HEX #C136AE Fuchsia

📋 copy color: '#C136AE'

red 193 ◦ green 54 ◦ blue 174

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

Shades of Fuchsia #C136AE

Tints of Fuchsia #C136AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.33%

R = 45.84%
G = 12.83%
B = 41.33%

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

#C136AE (or 0xC136AE) is known color: Fuchsia. HEX triplet: C1, 36 and AE. RGB value is (193,54,174). Sum of RGB (Red+Green+Blue) = 193+54+174=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 54 (21.48% from 255 or 12.83% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C136AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C136AE is #3EC951. Grayscale: #6C6C6C. Windows color (decimal): -4114770 or 11417281. OLE color: 11417281.

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

Color convert

RGB 193 54 174 -
CMYK 0 0.72 0.10 0.24
HSL 308.2º 0.56% 0.48% -
HSV(B) 308.2º 0.72% 0.76% -
XYZ 30.95 17.03 41.7 -
YUV 109.24 164.55 187.74 -
System Red Green Blue C M Y K H S L
Decimal 193 54 174 0 0.72 0.10 0.24 308.2 0.56 0.48
Hex C1 36 AE 0 48 A 18 134 38 30
Octal 301 66 256 0 110 12 30 464 70 60
Binary 11000001 110110 10101110 0 1001000 1010 11000 100110100 111000 110000

Color Harmonies of #C136AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C136AE

Black with #C136AE

Text Example


Text Example

White with #C136AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C136AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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