Html Css Color HEX #C137CA Fuchsia

📋 copy color: '#C137CA'

red 193 ◦ green 55 ◦ blue 202

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

Shades of Fuchsia #C137CA

Tints of Fuchsia #C137CA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.22%

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

R = 42.89%
G = 12.22%
B = 44.89%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C137CA (or 0xC137CA) is known color: Fuchsia. HEX triplet: C1, 37 and CA. RGB value is (193,55,202). Sum of RGB (Red+Green+Blue) = 193+55+202=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 55 (21.88% from 255 or 12.22% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #C137CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C137CA is #3EC835. Grayscale: #707070. Windows color (decimal): -4114486 or 13252545. OLE color: 13252545.

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

Color convert

RGB 193 55 202 -
CMYK 0.04 0.73 0 0.21
HSL 296.33º 0.58% 0.5% -
HSV(B) 296.33º 0.73% 0.79% -
XYZ 34.02 18.33 57.62 -
YUV 113.02 178.22 185.05 -
System Red Green Blue C M Y K H S L
Decimal 193 55 202 0.04 0.73 0 0.21 296.33 0.58 0.5
Hex C1 37 CA 4 49 0 15 128 3A 32
Octal 301 67 312 4 111 0 25 450 72 62
Binary 11000001 110111 11001010 100 1001001 0 10101 100101000 111010 110010

Color Harmonies of #C137CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C137CA

Black with #C137CA

Text Example


Text Example

White with #C137CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C137CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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