Html Css Color HEX #C136CC Fuchsia

📋 copy color: '#C136CC'

red 193 ◦ green 54 ◦ blue 204

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

Shades of Fuchsia #C136CC

Tints of Fuchsia #C136CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.23%

R = 42.79%
G = 11.97%
B = 45.23%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C136CC (or 0xC136CC) is known color: Fuchsia. HEX triplet: C1, 36 and CC. RGB value is (193,54,204). Sum of RGB (Red+Green+Blue) = 193+54+204=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 54 (21.48% from 255 or 11.97% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #C136CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C136CC is #3EC933. Grayscale: #707070. Windows color (decimal): -4114740 or 13383361. OLE color: 13383361.

HSL color Cylindrical-coordinate representation of color #C136CC: hue angle of 295.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C136CC is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 54 204 -
CMYK 0.05 0.74 0 0.2
HSL 295.6º 0.6% 0.51% -
HSV(B) 295.6º 0.74% 0.8% -
XYZ 34.21 18.34 58.86 -
YUV 112.66 179.55 185.3 -
System Red Green Blue C M Y K H S L
Decimal 193 54 204 0.05 0.74 0 0.2 295.6 0.6 0.51
Hex C1 36 CC 5 4A 0 14 128 3C 33
Octal 301 66 314 5 112 0 24 450 74 63
Binary 11000001 110110 11001100 101 1001010 0 10100 100101000 111100 110011

Color Harmonies of #C136CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C136CC

Black with #C136CC

Text Example


Text Example

White with #C136CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C136CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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