Html Css Color HEX #C131CA Fuchsia

📋 copy color: '#C131CA'

red 193 ◦ green 49 ◦ blue 202

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

Shades of Fuchsia #C131CA

Tints of Fuchsia #C131CA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.04%

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

R = 43.47%
G = 11.04%
B = 45.5%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C131CA (or 0xC131CA) is known color: Fuchsia. HEX triplet: C1, 31 and CA. RGB value is (193,49,202). Sum of RGB (Red+Green+Blue) = 193+49+202=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 49 (19.53% from 255 or 11.04% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #C131CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C131CA is #3ECE35. Grayscale: #6D6D6D. Windows color (decimal): -4116022 or 13251009. OLE color: 13251009.

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

Color convert

RGB 193 49 202 -
CMYK 0.04 0.76 0 0.21
HSL 296.47º 0.61% 0.49% -
HSV(B) 296.47º 0.76% 0.79% -
XYZ 33.75 17.8 57.53 -
YUV 109.5 180.21 187.56 -
System Red Green Blue C M Y K H S L
Decimal 193 49 202 0.04 0.76 0 0.21 296.47 0.61 0.49
Hex C1 31 CA 4 4C 0 15 128 3D 31
Octal 301 61 312 4 114 0 25 450 75 61
Binary 11000001 110001 11001010 100 1001100 0 10101 100101000 111101 110001

Color Harmonies of #C131CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C131CA

Black with #C131CA

Text Example


Text Example

White with #C131CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C131CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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