Html Css Color HEX #C139CB Fuchsia

📋 copy color: '#C139CB'

red 193 ◦ green 57 ◦ blue 203

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

Shades of Fuchsia #C139CB

Tints of Fuchsia #C139CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.81%

R = 42.6%
G = 12.58%
B = 44.81%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C139CB (or 0xC139CB) is known color: Fuchsia. HEX triplet: C1, 39 and CB. RGB value is (193,57,203). Sum of RGB (Red+Green+Blue) = 193+57+203=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 57 (22.66% from 255 or 12.58% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #C139CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C139CB is #3EC634. Grayscale: #717171. Windows color (decimal): -4113973 or 13318593. OLE color: 13318593.

HSL color Cylindrical-coordinate representation of color #C139CB: hue angle of 295.89º degrees, saturation: 0.58, 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 #C139CB is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 57 203 -
CMYK 0.05 0.72 0 0.20
HSL 295.89º 0.58% 0.51% -
HSV(B) 295.89º 0.72% 0.8% -
XYZ 34.23 18.58 58.28 -
YUV 114.31 178.06 184.13 -
System Red Green Blue C M Y K H S L
Decimal 193 57 203 0.05 0.72 0 0.20 295.89 0.58 0.51
Hex C1 39 CB 5 48 0 14 128 3A 33
Octal 301 71 313 5 110 0 24 450 72 63
Binary 11000001 111001 11001011 101 1001000 0 10100 100101000 111010 110011

Color Harmonies of #C139CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C139CB

Black with #C139CB

Text Example


Text Example

White with #C139CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C139CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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