Html Css Color HEX #C136CD Fuchsia

📋 copy color: '#C136CD'

red 193 ◦ green 54 ◦ blue 205

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

Shades of Fuchsia #C136CD

Tints of Fuchsia #C136CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.35%

R = 42.7%
G = 11.95%
B = 45.35%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C136CD (or 0xC136CD) is known color: Fuchsia. HEX triplet: C1, 36 and CD. RGB value is (193,54,205). Sum of RGB (Red+Green+Blue) = 193+54+205=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 54 (21.48% from 255 or 11.95% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #C136CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C136CD is #3EC932. Grayscale: #707070. Windows color (decimal): -4114739 or 13448897. OLE color: 13448897.

HSL color Cylindrical-coordinate representation of color #C136CD: hue angle of 295.23º 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 #C136CD is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 54 205 -
CMYK 0.06 0.74 0 0.20
HSL 295.23º 0.6% 0.51% -
HSV(B) 295.23º 0.74% 0.8% -
XYZ 34.33 18.38 59.5 -
YUV 112.78 180.05 185.22 -
System Red Green Blue C M Y K H S L
Decimal 193 54 205 0.06 0.74 0 0.20 295.23 0.6 0.51
Hex C1 36 CD 6 4A 0 14 127 3C 33
Octal 301 66 315 6 112 0 24 447 74 63
Binary 11000001 110110 11001101 110 1001010 0 10100 100100111 111100 110011

Color Harmonies of #C136CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C136CD

Black with #C136CD

Text Example


Text Example

White with #C136CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C136CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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