Html Css Color HEX #C131F1 Medium Orchid

📋 copy color: '#C131F1'

red 193 ◦ green 49 ◦ blue 241

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

Shades of Medium Orchid #C131F1

Tints of Medium Orchid #C131F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.9%

R = 39.96%
G = 10.14%
B = 49.9%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C131F1 (or 0xC131F1) is known color: Medium Orchid. HEX triplet: C1, 31 and F1. RGB value is (193,49,241). Sum of RGB (Red+Green+Blue) = 193+49+241=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 49 (19.53% from 255 or 10.14% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #C131F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C131F1 is #3ECE0E. Grayscale: #717171. Windows color (decimal): -4115983 or 15806913. OLE color: 15806913.

HSL color Cylindrical-coordinate representation of color #C131F1: hue angle of 285º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C131F1 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 193 49 241 -
CMYK 0.20 0.80 0 0.05
HSL 285º 0.87% 0.57% -
HSV(B) 285º 0.8% 0.95% -
XYZ 38.97 19.88 85 -
YUV 113.94 199.71 184.39 -
System Red Green Blue C M Y K H S L
Decimal 193 49 241 0.20 0.80 0 0.05 285 0.87 0.57
Hex C1 31 F1 14 50 0 5 11D 57 39
Octal 301 61 361 24 120 0 5 435 127 71
Binary 11000001 110001 11110001 10100 1010000 0 101 100011101 1010111 111001

Color Harmonies of #C131F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C131F1

Black with #C131F1

Text Example


Text Example

White with #C131F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C131F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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