Html Css Color HEX #C136CE Fuchsia

📋 copy color: '#C136CE'

red 193 ◦ green 54 ◦ blue 206

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

Shades of Fuchsia #C136CE

Tints of Fuchsia #C136CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 42.6%
G = 11.92%
B = 45.47%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C136CE (or 0xC136CE) is known color: Fuchsia. HEX triplet: C1, 36 and CE. RGB value is (193,54,206). Sum of RGB (Red+Green+Blue) = 193+54+206=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #C136CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C136CE is #3EC931. Grayscale: #707070. Windows color (decimal): -4114738 or 13514433. OLE color: 13514433.

HSL color Cylindrical-coordinate representation of color #C136CE: hue angle of 294.87º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C136CE is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 54 206 -
CMYK 0.06 0.74 0 0.19
HSL 294.87º 0.61% 0.51% -
HSV(B) 294.87º 0.74% 0.81% -
XYZ 34.45 18.43 60.13 -
YUV 112.89 180.55 185.14 -
System Red Green Blue C M Y K H S L
Decimal 193 54 206 0.06 0.74 0 0.19 294.87 0.61 0.51
Hex C1 36 CE 6 4A 0 13 127 3D 33
Octal 301 66 316 6 112 0 23 447 75 63
Binary 11000001 110110 11001110 110 1001010 0 10011 100100111 111101 110011

Color Harmonies of #C136CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C136CE

Black with #C136CE

Text Example


Text Example

White with #C136CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C136CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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