Html Css Color HEX #C139CD Fuchsia

📋 copy color: '#C139CD'

red 193 ◦ green 57 ◦ blue 205

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

Shades of Fuchsia #C139CD

Tints of Fuchsia #C139CD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.53%

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

R = 42.42%
G = 12.53%
B = 45.05%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C139CD (or 0xC139CD) is known color: Fuchsia. HEX triplet: C1, 39 and CD. RGB value is (193,57,205). Sum of RGB (Red+Green+Blue) = 193+57+205=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 57 (22.66% from 255 or 12.53% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #C139CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C139CD is #3EC632. Grayscale: #727272. Windows color (decimal): -4113971 or 13449665. OLE color: 13449665.

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

Color convert

RGB 193 57 205 -
CMYK 0.06 0.72 0 0.20
HSL 295.14º 0.6% 0.51% -
HSV(B) 295.14º 0.72% 0.8% -
XYZ 34.47 18.67 59.54 -
YUV 114.54 179.06 183.97 -
System Red Green Blue C M Y K H S L
Decimal 193 57 205 0.06 0.72 0 0.20 295.14 0.6 0.51
Hex C1 39 CD 6 48 0 14 127 3C 33
Octal 301 71 315 6 110 0 24 447 74 63
Binary 11000001 111001 11001101 110 1001000 0 10100 100100111 111100 110011

Color Harmonies of #C139CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C139CD

Black with #C139CD

Text Example


Text Example

White with #C139CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C139CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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