Html Css Color HEX #C136CB Fuchsia

📋 copy color: '#C136CB'

red 193 ◦ green 54 ◦ blue 203

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

Shades of Fuchsia #C136CB

Tints of Fuchsia #C136CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.11%

R = 42.89%
G = 12%
B = 45.11%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C136CB (or 0xC136CB) is known color: Fuchsia. HEX triplet: C1, 36 and CB. RGB value is (193,54,203). Sum of RGB (Red+Green+Blue) = 193+54+203=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 54 (21.48% from 255 or 12% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #C136CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C136CB is #3EC934. Grayscale: #707070. Windows color (decimal): -4114741 or 13317825. OLE color: 13317825.

HSL color Cylindrical-coordinate representation of color #C136CB: hue angle of 295.97º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C136CB is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 54 203 -
CMYK 0.05 0.73 0 0.20
HSL 295.97º 0.59% 0.5% -
HSV(B) 295.97º 0.73% 0.8% -
XYZ 34.09 18.29 58.23 -
YUV 112.55 179.05 185.38 -
System Red Green Blue C M Y K H S L
Decimal 193 54 203 0.05 0.73 0 0.20 295.97 0.59 0.5
Hex C1 36 CB 5 49 0 14 128 3B 32
Octal 301 66 313 5 111 0 24 450 73 62
Binary 11000001 110110 11001011 101 1001001 0 10100 100101000 111011 110010

Color Harmonies of #C136CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C136CB

Black with #C136CB

Text Example


Text Example

White with #C136CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C136CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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