Html Css Color HEX #C139CA Fuchsia

📋 copy color: '#C139CA'

red 193 ◦ green 57 ◦ blue 202

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

Shades of Fuchsia #C139CA

Tints of Fuchsia #C139CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.69%

R = 42.7%
G = 12.61%
B = 44.69%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C139CA (or 0xC139CA) is known color: Fuchsia. HEX triplet: C1, 39 and CA. RGB value is (193,57,202). Sum of RGB (Red+Green+Blue) = 193+57+202=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #C139CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C139CA is #3EC635. Grayscale: #717171. Windows color (decimal): -4113974 or 13253057. OLE color: 13253057.

HSL color Cylindrical-coordinate representation of color #C139CA: hue angle of 296.28º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C139CA is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 57 202 -
CMYK 0.04 0.72 0 0.21
HSL 296.28º 0.58% 0.51% -
HSV(B) 296.28º 0.72% 0.79% -
XYZ 34.12 18.53 57.66 -
YUV 114.19 177.56 184.21 -
System Red Green Blue C M Y K H S L
Decimal 193 57 202 0.04 0.72 0 0.21 296.28 0.58 0.51
Hex C1 39 CA 4 48 0 15 128 3A 33
Octal 301 71 312 4 110 0 25 450 72 63
Binary 11000001 111001 11001010 100 1001000 0 10101 100101000 111010 110011

Color Harmonies of #C139CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C139CA

Black with #C139CA

Text Example


Text Example

White with #C139CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C139CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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