Html Css Color HEX #C136BB Fuchsia

📋 copy color: '#C136BB'

red 193 ◦ green 54 ◦ blue 187

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

Shades of Fuchsia #C136BB

Tints of Fuchsia #C136BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.09%

R = 44.47%
G = 12.44%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C136BB (or 0xC136BB) is known color: Fuchsia. HEX triplet: C1, 36 and BB. RGB value is (193,54,187). Sum of RGB (Red+Green+Blue) = 193+54+187=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C136BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C136BB is #3EC944. Grayscale: #6E6E6E. Windows color (decimal): -4114757 or 12269249. OLE color: 12269249.

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

Color convert

RGB 193 54 187 -
CMYK 0 0.72 0.03 0.24
HSL 302.59º 0.56% 0.48% -
HSV(B) 302.59º 0.72% 0.76% -
XYZ 32.28 17.56 48.7 -
YUV 110.72 171.05 186.69 -
System Red Green Blue C M Y K H S L
Decimal 193 54 187 0 0.72 0.03 0.24 302.59 0.56 0.48
Hex C1 36 BB 0 48 3 18 12F 38 30
Octal 301 66 273 0 110 3 30 457 70 60
Binary 11000001 110110 10111011 0 1001000 11 11000 100101111 111000 110000

Color Harmonies of #C136BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C136BB

Black with #C136BB

Text Example


Text Example

White with #C136BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C136BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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