Html Css Color HEX #C136B0 Fuchsia

📋 copy color: '#C136B0'

red 193 ◦ green 54 ◦ blue 176

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

Shades of Fuchsia #C136B0

Tints of Fuchsia #C136B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.61%

R = 45.63%
G = 12.77%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C136B0 (or 0xC136B0) is known color: Fuchsia. HEX triplet: C1, 36 and B0. RGB value is (193,54,176). Sum of RGB (Red+Green+Blue) = 193+54+176=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C136B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C136B0 is #3EC94F. Grayscale: #6D6D6D. Windows color (decimal): -4114768 or 11548353. OLE color: 11548353.

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

Color convert

RGB 193 54 176 -
CMYK 0 0.72 0.09 0.24
HSL 307.34º 0.56% 0.48% -
HSV(B) 307.34º 0.72% 0.76% -
XYZ 31.15 17.11 42.74 -
YUV 109.47 165.55 187.58 -
System Red Green Blue C M Y K H S L
Decimal 193 54 176 0 0.72 0.09 0.24 307.34 0.56 0.48
Hex C1 36 B0 0 48 9 18 133 38 30
Octal 301 66 260 0 110 11 30 463 70 60
Binary 11000001 110110 10110000 0 1001000 1001 11000 100110011 111000 110000

Color Harmonies of #C136B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C136B0

Black with #C136B0

Text Example


Text Example

White with #C136B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C136B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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